[lng-odp] [PATCH API-NEXT v4 2/3] linux-gen: pktio: implement MAC address set function

2017-10-08 Thread Github ODP bot
From: Bogdan Pricope Signed-off-by: Bogdan Pricope --- /** Email created from pull request 203 (bogdanPricope:set_mac_pr) ** https://github.com/Linaro/odp/pull/203 ** Patch: https://github.com/Linaro/odp/pull/203.patch ** Base sha: bf803098eb1518dfb9e719071256fe22700b8c72 ** Merge commit sha

[lng-odp] [PATCH API-NEXT v4 1/3] api: packet_io: add MAC address set function

2017-10-08 Thread Github ODP bot
From: Bogdan Pricope Signed-off-by: Bogdan Pricope --- /** Email created from pull request 203 (bogdanPricope:set_mac_pr) ** https://github.com/Linaro/odp/pull/203 ** Patch: https://github.com/Linaro/odp/pull/203.patch ** Base sha: bf803098eb1518dfb9e719071256fe22700b8c72 ** Merge commit sha

[lng-odp] [PATCH API-NEXT v4 3/3] test: validation: pktio: validate MAC address set function

2017-10-08 Thread Github ODP bot
From: Bogdan Pricope Signed-off-by: Bogdan Pricope --- /** Email created from pull request 203 (bogdanPricope:set_mac_pr) ** https://github.com/Linaro/odp/pull/203 ** Patch: https://github.com/Linaro/odp/pull/203.patch ** Base sha: bf803098eb1518dfb9e719071256fe22700b8c72 ** Merge commit sha

[lng-odp] [PATCH API-NEXT v4 0/3] linux-gen: pktio: add MAC address set function

2017-10-08 Thread Github ODP bot
Signed-off-by: Bogdan Pricope bogdan.pric...@linaro.org github /** Email created from pull request 203 (bogdanPricope:set_mac_pr) ** https://github.com/Linaro/odp/pull/203 ** Patch: https://github.com/Linaro/odp/pull/203.patch ** Base sha: bf803098eb1518d

Re: [lng-odp] classifier_enable flag

2017-10-08 Thread Honnappa Nagarahalli
Also, are classifier and parser mutually exclusive? Thank you, Honnappa On 8 October 2017 at 19:14, Honnappa Nagarahalli wrote: > Hi, >The 'classifier_enable' flag is a pktin queue parameter. Shouldn't > this be a parameter of the pkt I/O device (port)? > > Does this mean, some queues of the

[lng-odp] classifier_enable flag

2017-10-08 Thread Honnappa Nagarahalli
Hi, The 'classifier_enable' flag is a pktin queue parameter. Shouldn't this be a parameter of the pkt I/O device (port)? Does this mean, some queues of the pkt I/O device (port) can have classifier enabled and some hash enabled? Thank you, Honnappa

Re: [lng-odp] ODP classification framework

2017-10-08 Thread Honnappa Nagarahalli
Hi Lorin, I am trying to understand this more. When you say Linux Generic pkt I/O support, are you talking about Pkt I/O's like pcap, socket, tap etc? Assuming yes, these use software classification. But that software classification can be completely replaced with your HW based classification.

Re: [lng-odp] ODP classification framework

2017-10-08 Thread Bill Fischofer
We are currently adding a modularization framework to ODP as part of the current cloud-dev development branch. The classifier is not currently part of that framework but will be moved to this as part of ongoing work. So yes, there is an intention to add this. If you'd like to help with that please

[lng-odp] ODP classification framework

2017-10-08 Thread Liron Himi
Hi, I started to implement odp-classification based on our HW. As we also provide the linux-generic PKTIOs support it seems we also need to provide the linux-generic classification support (As a pure SW based implementation). But there is no framework, as exist for PKTIO, to support various typ