Message ID | 1508047210-26697-2-git-send-email-odpbot@yandex.ru |
---|---|
State | Superseded |
Headers | show |
Series | [API-NEXT,v1,1/1] api: ipsec: return maximum antireplay window size via capability | expand |
Git log entry is missing. Update with some rationale why this change is needed. -Petri > -----Original Message----- > From: lng-odp [mailto:lng-odp-bounces@lists.linaro.org] On Behalf Of > Github ODP bot > Sent: Sunday, October 15, 2017 9:00 AM > To: lng-odp@lists.linaro.org > Subject: [lng-odp] [PATCH API-NEXT v1 1/1] api: ipsec: return maximum > antireplay window size via capability > > From: Dmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org> > > Signed-off-by: Dmitry Eremin-Solenikov <dmitry.ereminsolenikov@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; >
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;