This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "".
The branch, api-next has been updated via edca8cd1e55898826f79383b689c2c4bd2c28b3a (commit) from afeda4d14bb6f449cb269680cdbd56b26726eedf (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit edca8cd1e55898826f79383b689c2c4bd2c28b3a Author: Dmitry Eremin-Solenikov dmitry.ereminsolenikov@linaro.org Date: Sun Oct 15 08:02:52 2017 +0300
api: ipsec: return maximum antireplay window size via capability
Report maximum possible antireplay window size to application. Othersise it can try requesting arbitrary window sizes not supported by hardware/implementation.
Signed-off-by: Dmitry Eremin-Solenikov dmitry.ereminsolenikov@linaro.org Reviewed-by: Petri Savolainen petri.savolainen@linaro.org Reviewed-by: Bill Fischofer bill.fischofer@linaro.org Signed-off-by: Maxim Uvarov maxim.uvarov@linaro.org
diff --git a/include/odp/api/spec/ipsec.h b/include/odp/api/spec/ipsec.h index 3bd80b26..ddcdf75b 100644 --- a/include/odp/api/spec/ipsec.h +++ b/include/odp/api/spec/ipsec.h @@ -282,6 +282,9 @@ typedef struct odp_ipsec_capability_t { * be used for many SAs. */ uint32_t max_queues;
+ /** Maximum anti-replay window size. */ + uint32_t max_antireplay_ws; + /** Supported cipher algorithms */ odp_crypto_cipher_algos_t ciphers;
-----------------------------------------------------------------------
Summary of changes: include/odp/api/spec/ipsec.h | 3 +++ 1 file changed, 3 insertions(+)
hooks/post-receive