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

2018-02-26 Thread Vinicius Costa Gomes
Hi, Florian Fainelli writes: > On 02/26/2018 04:40 PM, Vinicius Costa Gomes wrote: >> Hi, >> >> Florian Fainelli writes: >> >>> On February 23, 2018 5:20:35 PM PST, Vinicius Costa Gomes >>> wrote: This allows

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

2018-02-26 Thread Florian Fainelli
On 02/26/2018 04:40 PM, Vinicius Costa Gomes wrote: > Hi, > > Florian Fainelli writes: > >> On February 23, 2018 5:20:35 PM PST, Vinicius Costa Gomes >> wrote: >>> This allows filters added by tc-flower and specifying MAC addresses, >>> Ethernet

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

2018-02-26 Thread Vinicius Costa Gomes
Hi, Florian Fainelli writes: > On February 23, 2018 5:20:35 PM PST, 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

Re: [Intel-wired-lan] [next-queue PATCH 7/8] igb: Add support for adding offloaded clsflower filters

2018-02-25 Thread kbuild test robot
Hi Vinicius, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on jkirsher-next-queue/dev-queue] [also build test WARNING on v4.16-rc2 next-20180223] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

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

2018-02-23 Thread Florian Fainelli
On February 23, 2018 5:20:35 PM PST, 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

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

2018-02-23 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, ethtool can be used to read these filters, but modification and deletion can only be done