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)? > >

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

[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