Re: [lng-odp] [API-NEXT v3 2/2] timer: allow timer processing to run on worker cores

2017-06-09 Thread Honnappa Nagarahalli
On 9 June 2017 at 06:56, Savolainen, Petri (Nokia - FI/Espoo) wrote: > > >> -Original Message- >> From: lng-odp [mailto:lng-odp-boun...@lists.linaro.org] On Behalf Of Brian >> Brooks >> Sent: Thursday, June 08, 2017 11:17 PM >> To: lng-odp@lists.linaro.org >> Subject: [lng-odp] [API-NEXT v

Re: [lng-odp] [API-NEXT PATCH 0/2] IPSEC packet event

2017-06-09 Thread Bill Fischofer
On Fri, Jun 9, 2017 at 7:06 AM, Savolainen, Petri (Nokia - FI/Espoo) wrote: > > >> -Original Message- >> From: Dmitry Eremin-Solenikov [mailto:dmitry.ereminsoleni...@linaro.org] >> Sent: Friday, June 09, 2017 2:49 PM >> To: Petri Savolainen ; lng- >> o...@lists.linaro.org >> Subject: Re: [

Re: [lng-odp] [API-NEXT PATCH 1/2] api: ipsec: change IPSEC result to packet

2017-06-09 Thread Bill Fischofer
On Fri, Jun 9, 2017 at 7:32 AM, Savolainen, Petri (Nokia - FI/Espoo) wrote: >> > + * - ODP_EVENT_PACKET_IPSEC >> > + * - Packet event (odp_packet_t) genereted as a result of an IPsec >> >> generated > > Ok > > >> > /** >> > diff --git a/include/odp/api/spec/ipsec.h b/include/odp/api/spec/ipse

Re: [lng-odp] [API-NEXT PATCH 1/2] api: ipsec: change IPSEC result to packet

2017-06-09 Thread Savolainen, Petri (Nokia - FI/Espoo)
> > + * - ODP_EVENT_PACKET_IPSEC > > + * - Packet event (odp_packet_t) genereted as a result of an IPsec > > generated Ok > > /** > > diff --git a/include/odp/api/spec/ipsec.h b/include/odp/api/spec/ipsec.h > > index 65f0b066..0da2b42c 100644 > > --- a/include/odp/api/spec/ipsec.h > > +++

Re: [lng-odp] [API-NEXT PATCH 0/2] IPSEC packet event

2017-06-09 Thread Savolainen, Petri (Nokia - FI/Espoo)
> -Original Message- > From: Dmitry Eremin-Solenikov [mailto:dmitry.ereminsoleni...@linaro.org] > Sent: Friday, June 09, 2017 2:49 PM > To: Petri Savolainen ; lng- > o...@lists.linaro.org > Subject: Re: [lng-odp] [API-NEXT PATCH 0/2] IPSEC packet event > > Petri, > > On 09.06.2017 13:51

Re: [lng-odp] [API-NEXT PATCH v2 0/2] IPsec API update

2017-06-09 Thread Bala Manoharan
For the series: Reviewed-by: Balasubramanian Manoharan

Re: [lng-odp] [API-NEXT PATCH 1/2] api: ipsec: change IPSEC result to packet

2017-06-09 Thread Dmitry Eremin-Solenikov
On 09.06.2017 13:51, Petri Savolainen wrote: > Input and output of IPSEC operations are packets. Parameter and > result structures are cleaner when packet arrays are direct > parameters to functions. Also API is more flexible for > application or API pipelining when output is packets with > additio

Re: [lng-odp] [API-NEXT v3 2/2] timer: allow timer processing to run on worker cores

2017-06-09 Thread Savolainen, Petri (Nokia - FI/Espoo)
> -Original Message- > From: lng-odp [mailto:lng-odp-boun...@lists.linaro.org] On Behalf Of Brian > Brooks > Sent: Thursday, June 08, 2017 11:17 PM > To: lng-odp@lists.linaro.org > Subject: [lng-odp] [API-NEXT v3 2/2] timer: allow timer processing to run > on worker cores > > Run timer p

Re: [lng-odp] [API-NEXT PATCH 0/2] IPSEC packet event

2017-06-09 Thread Dmitry Eremin-Solenikov
Petri, On 09.06.2017 13:51, Petri Savolainen wrote: > Requires "[API-NEXT PATCH v2 0/2] IPsec API update". > > Input and output of IPSEC operations are packets. Parameter and > result structures are cleaner when packet arrays are direct > parameters to functions. Also API is more flexible for >

[lng-odp] [Bug 3039] New: Socket pktio recv fails on large number of packet

2017-06-09 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3039 Bug ID: 3039 Summary: Socket pktio recv fails on large number of packet Product: OpenDataPlane - linux- generic reference Version: master Hardware: Other OS: Linux Status

[lng-odp] [API-NEXT PATCH 1/2] api: ipsec: change IPSEC result to packet

2017-06-09 Thread Petri Savolainen
Input and output of IPSEC operations are packets. Parameter and result structures are cleaner when packet arrays are direct parameters to functions. Also API is more flexible for application or API pipelining when output is packets with additional metadata. Application or API pipeline stages which

[lng-odp] [API-NEXT PATCH 2/2] api: ipsec: disable event is the last event

2017-06-09 Thread Petri Savolainen
Disable event is guaranteed to be the last event for the SA, so that application can use it for SA destroy synchronization. Signed-off-by: Petri Savolainen --- include/odp/api/spec/ipsec.h | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/include/odp/api/spec/ipsec.h b/incl

[lng-odp] [API-NEXT PATCH 0/2] IPSEC packet event

2017-06-09 Thread Petri Savolainen
Requires "[API-NEXT PATCH v2 0/2] IPsec API update". Input and output of IPSEC operations are packets. Parameter and result structures are cleaner when packet arrays are direct parameters to functions. Also API is more flexible for application or API pipelining when output is packets with additio