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 38485719c028918b019c6a5fc67cf05053421c83 (commit) from 5a770508ecf93cd026eed5091d6325688c3c375d (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 38485719c028918b019c6a5fc67cf05053421c83 Author: Petri Savolainen petri.savolainen@linaro.org Date: Fri Apr 7 15:35:20 2017 +0300
api: ipsec: spi_overlap and lookup modes
Lookup modes are per SA and thus may be used in a mix. Spi_overlap parameter is global. So, removed comment about ignoring it in LOOKUP_SPI mode.
Signed-off-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 b3dc0ca..a0ceb11 100644 --- a/include/odp/api/spec/ipsec.h +++ b/include/odp/api/spec/ipsec.h @@ -111,9 +111,7 @@ typedef struct odp_ipsec_inbound_config_t { uint32_t max_spi;
/** Select if SPI values for SA lookup are unique or may contain - * the same value multiple times. This configuration is not - * relevant in ODP_IPSEC_LOOKUP_SPI mode. The default value - * is 0. + * the same SPI value multiple times. The default value is 0. * * 0: All SAs in SA lookup have unique SPI value * 1: The same SPI value may be used for multiple SAs
-----------------------------------------------------------------------
Summary of changes: include/odp/api/spec/ipsec.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)
hooks/post-receive