Re: [lng-odp] [RFC 5/8] api: packet_io: added packet input queue API definitions

2015-03-31 Thread Savolainen, Petri (Nokia - FI/Espoo)
From: ext Bill Fischofer [mailto:bill.fischo...@linaro.org] Sent: Monday, March 30, 2015 11:54 PM To: Savolainen, Petri (Nokia - FI/Espoo) Cc: LNG ODP Mailman List Subject: Re: [lng-odp] [RFC 5/8] api: packet_io: added packet input queue API definitions On Mon, Mar 30, 2015 at 12:23 PM

Re: [lng-odp] [RFC 5/8] api: packet_io: added packet input queue API definitions

2015-03-31 Thread Alexandru Badicioiu
Hi Petri, I think it would be useful (for hardware which supports) to be able to specify generic packet extracts in addition to protocol related fields. While hash works well for uniform distribution, having generic extracts from the packet helps in directly selecting the input queue. Thanks,

Re: [lng-odp] [RFC 5/8] api: packet_io: added packet input queue API definitions

2015-03-31 Thread Alexandru Badicioiu
*Subject:* Re: [lng-odp] [RFC 5/8] api: packet_io: added packet input queue API definitions Hi Petri, I think it would be useful (for hardware which supports) to be able to specify generic packet extracts in addition to protocol related fields. While hash works well for uniform distribution

Re: [lng-odp] [RFC 5/8] api: packet_io: added packet input queue API definitions

2015-03-31 Thread Ola Liljedahl
Mailman List *Subject:* Re: [lng-odp] [RFC 5/8] api: packet_io: added packet input queue API definitions Hi Petri, I think it would be useful (for hardware which supports) to be able to specify generic packet extracts in addition to protocol related fields. While hash works well for uniform

Re: [lng-odp] [RFC 5/8] api: packet_io: added packet input queue API definitions

2015-03-31 Thread Ola Liljedahl
] [RFC 5/8] api: packet_io: added packet input queue API definitions Hi Petri, I think it would be useful (for hardware which supports) to be able to specify generic packet extracts in addition to protocol related fields. While hash works well for uniform distribution, having generic extracts

Re: [lng-odp] [RFC 5/8] api: packet_io: added packet input queue API definitions

2015-03-31 Thread Alexandru Badicioiu
:* Re: [lng-odp] [RFC 5/8] api: packet_io: added packet input queue API definitions Hi Petri, I think it would be useful (for hardware which supports) to be able to specify generic packet extracts in addition to protocol related fields. While hash works well for uniform distribution, having

Re: [lng-odp] [RFC 5/8] api: packet_io: added packet input queue API definitions

2015-03-31 Thread Ola Liljedahl
*Subject:* Re: [lng-odp] [RFC 5/8] api: packet_io: added packet input queue API definitions Hi Petri, I think it would be useful (for hardware which supports) to be able to specify generic packet extracts in addition to protocol related fields. While hash works well for uniform distribution

Re: [lng-odp] [RFC 5/8] api: packet_io: added packet input queue API definitions

2015-03-31 Thread Savolainen, Petri (Nokia - FI/Espoo)
To: Alexandru Badicioiu Cc: Ola Liljedahl; Savolainen, Petri (Nokia - FI/Espoo); LNG ODP Mailman List Subject: Re: [lng-odp] [RFC 5/8] api: packet_io: added packet input queue API definitions Hi, Since we have the concept of a default CoS in classification, why cant we associate the above APIs

Re: [lng-odp] [RFC 5/8] api: packet_io: added packet input queue API definitions

2015-03-31 Thread Ola Liljedahl
[mailto:bala.manoha...@linaro.org] Sent: Tuesday, March 31, 2015 4:36 PM To: Alexandru Badicioiu Cc: Ola Liljedahl; Savolainen, Petri (Nokia - FI/Espoo); LNG ODP Mailman List Subject: Re: [lng-odp] [RFC 5/8] api: packet_io: added packet input queue API definitions Hi, Since we have

Re: [lng-odp] [RFC 5/8] api: packet_io: added packet input queue API definitions

2015-03-31 Thread Alexandru Badicioiu
? -- Ola -Petri *From:* ext Alexandru Badicioiu [mailto: alexandru.badici...@linaro.org] *Sent:* Tuesday, March 31, 2015 11:37 AM *To:* Savolainen, Petri (Nokia - FI/Espoo) *Cc:* LNG ODP Mailman List *Subject:* Re: [lng-odp] [RFC 5/8] api: packet_io: added packet input queue API

Re: [lng-odp] [RFC 5/8] api: packet_io: added packet input queue API definitions

2015-03-31 Thread Bala Manoharan
) Cc: LNG ODP Mailman List Subject: Re: [lng-odp] [RFC 5/8] api: packet_io: added packet input queue API definitions Hi Petri, I think it would be useful (for hardware which supports) to be able to specify generic packet extracts in addition to protocol related fields. While hash works

[lng-odp] [RFC 5/8] api: packet_io: added packet input queue API definitions

2015-03-30 Thread Petri Savolainen
API changes enable multiple packet input queues and control hashing of incoming packets into those. Packet IO start and stop were added to have more controlled packet IO setup phase. Signed-off-by: Petri Savolainen petri.savolai...@nokia.com --- include/odp/api/packet_io.h | 88