From: Dmitry Eremin-Solenikov <dmitry.ereminsoleni...@linaro.org>

Signed-off-by: Dmitry Eremin-Solenikov <dmitry.ereminsoleni...@linaro.org>
---
/** Email created from pull request 230 (lumag:ipsec-rws-cap)
 ** https://github.com/Linaro/odp/pull/230
 ** Patch: https://github.com/Linaro/odp/pull/230.patch
 ** Base sha: afeda4d14bb6f449cb269680cdbd56b26726eedf
 ** Merge commit sha: bb52bccf08a68ec2e1c3988539a0295d79ebd5bd
 **/
 include/odp/api/spec/ipsec.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/include/odp/api/spec/ipsec.h b/include/odp/api/spec/ipsec.h
index 3bd80b266..ddcdf75bb 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;
 

Reply via email to