RE: [Intel-wired-lan] [next-queue PATCH v6 10/10] igb: Add support for adding offloaded clsflower filters

2018-04-09 Thread Vinicius Costa Gomes
; Cc: netdev@vger.kernel.org; Sanchez-Palencia, Jesus > palen...@intel.com> >> Subject: [Intel-wired-lan] [next-queue PATCH v6 10/10] igb: Add support for >> adding offloaded clsflower filters >> >> This allows filters added by tc-flower and specifying MA

RE: [Intel-wired-lan] [next-queue PATCH v6 10/10] igb: Add support for adding offloaded clsflower filters

2018-04-06 Thread Brown, Aaron F
ntel-wired-lan] [next-queue PATCH v6 10/10] igb: Add support for > adding offloaded clsflower filters > > This allows filters added by tc-flower and specifying MAC addresses, > Ethernet types, and the VLAN priority field, to be offloaded to the > controller. Can I get a brief explanati

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

2018-03-29 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.