Merged this patch. Maxim.
On 04/07/17 15:47, Bill Fischofer wrote: > On Fri, Apr 7, 2017 at 7:35 AM, Petri Savolainen > <[email protected]> wrote: >> 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 <[email protected]> > > Reviewed-by: Bill Fischofer <[email protected]> > >> --- >> include/odp/api/spec/ipsec.h | 4 +--- >> 1 file changed, 1 insertion(+), 3 deletions(-) >> >> 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 >> -- >> 2.8.1 >>
