Re: [next-queue PATCH v3 8/8] igb: Add support for adding offloaded clsflower filters

2018-03-07 Thread Vinicius Costa Gomes
Hi, Jakub Kicinski writes: > On Tue, 6 Mar 2018 17:29:57 -0800, Vinicius Costa Gomes wrote: >> This allows filters added by tc-flower and specifying MAC addresses, >> Ethernet types, and the VLAN priority field, to be offloaded to the >> controller. >> >> This reuses most of the infrastructure

Re: [next-queue PATCH v3 8/8] igb: Add support for adding offloaded clsflower filters

2018-03-07 Thread Jakub Kicinski
On Tue, 6 Mar 2018 17:29:57 -0800, Vinicius Costa Gomes wrote: > This allows filters added by tc-flower and specifying MAC addresses, > Ethernet types, and the VLAN priority field, to be offloaded to the > controller. > > This reuses most of the infrastructure used by ethtool, but clsflower > fil

[next-queue PATCH v3 8/8] igb: Add support for adding offloaded clsflower filters

2018-03-06 Thread Vinicius Costa Gomes
This allows filters added by tc-flower and specifying MAC addresses, Ethernet types, and the VLAN priority field, to be offloaded to the controller. This reuses most of the infrastructure used by ethtool, but clsflower filters are kept in a separated list, so they are invisible to ethtool. Signed