Re: [lng-odp] [API-NEXT PATCH v2 1/3] api: ipsec: extend lookaside API

2017-03-23 Thread Peltonen, Janne (Nokia - FI/Espoo)
> >  /** > > + * Disable IPSEC SA > > + * > > + * Application must use this call to disable a SA before destroying it. > > The call > > + * marks the SA disabled, so that IPSEC implementation stops using it. For > > + * example, inbound SPI lookups will not match any more. Application must > > +

Re: [lng-odp] [API-NEXT PATCH v2 1/3] api: ipsec: extend lookaside API

2017-03-23 Thread Savolainen, Petri (Nokia - FI/Espoo)
No HTML mails please.  /** + * Disable IPSEC SA + * + * Application must use this call to disable a SA before destroying it. The call + * marks the SA disabled, so that IPSEC implementation stops using it. For + * example, inbound SPI lookups will not match any more. Application must + * stop

Re: [lng-odp] [API-NEXT PATCH v2 1/3] api: ipsec: extend lookaside API

2017-03-23 Thread Bala Manoharan
Regards, Bala On 21 March 2017 at 19:47, Petri Savolainen wrote: > Added configuration option for inbound SPI range and default > queue. Added SA disable function and status event for the > response from it. The same event may be used for e.g. IPSEC > statistics,

[lng-odp] [API-NEXT PATCH v2 1/3] api: ipsec: extend lookaside API

2017-03-21 Thread Petri Savolainen
Added configuration option for inbound SPI range and default queue. Added SA disable function and status event for the response from it. The same event may be used for e.g. IPSEC statistics, etc queries. Improved outbound fragmentation documentation. Signed-off-by: Petri Savolainen

[lng-odp] [API-NEXT PATCH v2 1/3] api: ipsec: extend lookaside API

2017-03-21 Thread Petri Savolainen
Added configuration option for inbound SPI range and default queue. Added SA disable function and status event for the response from it. The same event may be used for e.g. IPSEC statistics, etc queries. Improved outbound fragmentation documentation. Signed-off-by: Petri Savolainen