Re: [lng-odp] [API-NEXT PATCH 4/6] api: pktio: add classifier enable pktin_queue_param

2016-03-30 Thread Bala Manoharan
gt; *Cc:* LNG ODP Mailman List > *Subject:* Re: [lng-odp] [API-NEXT PATCH 4/6] api: pktio: add classifier > enable pktin_queue_param > > > > > > On 24 March 2016 at 20:19, Petri Savolainen > wrote: > > Added explicit classifier enable option for pktin event > queue

Re: [lng-odp] [API-NEXT PATCH 4/6] api: pktio: add classifier enable pktin_queue_param

2016-03-29 Thread Savolainen, Petri (Nokia - FI/Espoo)
From: EXT Bala Manoharan [mailto:bala.manoha...@linaro.org] Sent: Monday, March 28, 2016 12:34 PM To: Savolainen, Petri (Nokia - FI/Espoo) Cc: LNG ODP Mailman List Subject: Re: [lng-odp] [API-NEXT PATCH 4/6] api: pktio: add classifier enable pktin_queue_param On 24 March 2016 at 20:19

Re: [lng-odp] [API-NEXT PATCH 4/6] api: pktio: add classifier enable pktin_queue_param

2016-03-28 Thread Bala Manoharan
On 24 March 2016 at 20:19, Petri Savolainen wrote: > Added explicit classifier enable option for pktin event > queues. Hashing and classification cannot be enabled at the > same time. Pktin_queue_config may create target queues for > classification or application may create those later. > > Signe

[lng-odp] [API-NEXT PATCH 4/6] api: pktio: add classifier enable pktin_queue_param

2016-03-24 Thread Petri Savolainen
Added explicit classifier enable option for pktin event queues. Hashing and classification cannot be enabled at the same time. Pktin_queue_config may create target queues for classification or application may create those later. Signed-off-by: Petri Savolainen --- include/odp/api/spec/packet_io.