Re: [net-next PATCH 4/4] net: sched: create hardware only classifier filter

2016-02-25 Thread John Fastabend
On 16-02-25 05:14 AM, Jamal Hadi Salim wrote: > On 16-02-24 03:47 AM, Jiri Pirko wrote: >> Tue, Feb 23, 2016 at 08:03:56PM CET, john.fastab...@gmail.com wrote: >>> If users want to run filters specifically in hardware without software >>> running the classifiers we need to use a special handler for

Re: [net-next PATCH 4/4] net: sched: create hardware only classifier filter

2016-02-25 Thread Jamal Hadi Salim
On 16-02-24 03:47 AM, Jiri Pirko wrote: Tue, Feb 23, 2016 at 08:03:56PM CET, john.fastab...@gmail.com wrote: If users want to run filters specifically in hardware without software running the classifiers we need to use a special handler for this. By using a new classifier list we are able to add

Re: [net-next PATCH 4/4] net: sched: create hardware only classifier filter

2016-02-24 Thread Jiri Pirko
Tue, Feb 23, 2016 at 08:03:56PM CET, john.fastab...@gmail.com wrote: >If users want to run filters specifically in hardware without software >running the classifiers we need to use a special handler for this. >By using a new classifier list we are able to add filters in hardware >and keep all the s

[net-next PATCH 4/4] net: sched: create hardware only classifier filter

2016-02-23 Thread John Fastabend
If users want to run filters specifically in hardware without software running the classifiers we need to use a special handler for this. By using a new classifier list we are able to add filters in hardware and keep all the same semantics in the core module. So the core code will continue to block