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

2017-03-28 Thread Bill Fischofer
uesday, March 28, 2017 4:32 AM >>>> To: Savolainen, Petri (Nokia - FI/Espoo) <petri.savolainen@nokia-bell- >>>> labs.com> >>>> Cc: lng-odp-forward <lng-odp@lists.linaro.org> >>>> Subject: Re: [lng-odp] [API-NEXT PATCH v3 1/4] api: ipsec:

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) <petri.savolainen@nokia-bell- >> labs.com> >> Cc: lng-odp-forward <lng-odp@lists.linaro.org> >> Subject: Re: [lng-odp] [API-NEXT PATCH v3 1/4] api: ipsec: extend >> lookaside API >> >> On Mon, Mar 27, 2017 at 5:27 AM,

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

2017-03-28 Thread Savolainen, Petri (Nokia - FI/Espoo)
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) > <petri.savolai...@nokia-bell-labs.com> wrote: > > > >> > /** > >> > + * Conf

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

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

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: [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

[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