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

2017-03-28 Thread Bill Fischofer
Savolainen, Petri (Nokia - FI/Espoo) >> wrote: >>> >>> >>>> -Original Message- >>>> From: Bill Fischofer [mailto:bill.fischo...@linaro.org] >>>> Sent: Tuesday, March 28, 2017 4:32 AM >>>> To: Savolainen, Petri (Nokia - FI/Espo

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

2017-03-28 Thread Bogdan Pricope
;> -Original Message- >>> From: Bill Fischofer [mailto:bill.fischo...@linaro.org] >>> Sent: Tuesday, March 28, 2017 4:32 AM >>> To: Savolainen, Petri (Nokia - FI/Espoo) >> labs.com> >>> Cc: lng-odp-forward >>> Subject: Re: [lng-odp] [API-NEXT PAT

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

2017-03-28 Thread Bill Fischofer
labs.com> >> Cc: lng-odp-forward >> Subject: Re: [lng-odp] [API-NEXT PATCH v3 1/4] api: ipsec: extend >> lookaside API >> >> On Mon, Mar 27, 2017 at 5:27 AM, Savolainen, Petri (Nokia - FI/Espoo) >> wrote: >> > >> >> > /** >

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

2017-03-28 Thread Savolainen, Petri (Nokia - FI/Espoo)
> -Original Message- > From: Bill Fischofer [mailto:bill.fischo...@linaro.org] > Sent: Tuesday, March 28, 2017 4:32 AM > To: Savolainen, Petri (Nokia - FI/Espoo) labs.com> > Cc: lng-odp-forward > Subject: Re: [lng-odp] [API-NEXT PATCH v3 1/4] api: ipsec: extend &g

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

2017-03-27 Thread Bill Fischofer
On Mon, Mar 27, 2017 at 5:27 AM, Savolainen, Petri (Nokia - FI/Espoo) wrote: > >> > /** >> > + * Configuration options for IPSEC inbound processing >> > + */ >> > +typedef struct odp_ipsec_inbound_config_t { >> > + /** Default destination queue for IPSEC events >> > +* >> > +

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

2017-03-27 Thread Bogdan Pricope
On 27 March 2017 at 13:27, Savolainen, Petri (Nokia - FI/Espoo) wrote: > >> > /** >> > + * Configuration options for IPSEC inbound processing >> > + */ >> > +typedef struct odp_ipsec_inbound_config_t { >> > + /** Default destination queue for IPSEC events >> > +* >> > +* Wh

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

2017-03-27 Thread Savolainen, Petri (Nokia - FI/Espoo)
> > /** > > + * Configuration options for IPSEC inbound processing > > + */ > > +typedef struct odp_ipsec_inbound_config_t { > > + /** Default destination queue for IPSEC events > > +* > > +* When inbound SA lookup fails in asynchronous or inline > modes, > > +* re

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

2017-03-24 Thread Bill Fischofer
On Fri, Mar 24, 2017 at 10:04 AM, Petri Savolainen wrote: > Added configuration option for inbound SPI range (for > lookups). Removed unique SPI requirement and added config > option for overlap. Added default queue for lookup misses. > Added SA disable function and status event for the response >

[lng-odp] [API-NEXT PATCH v3 1/4] api: ipsec: extend lookaside API

2017-03-24 Thread Petri Savolainen
Added configuration option for inbound SPI range (for lookups). Removed unique SPI requirement and added config option for overlap. Added default queue for lookup misses. Added SA disable function and status event for the response from it. The same event may be used for e.g. IPSEC statistics, etc q