> From: Intel-wired-lan [mailto:intel-wired-lan-boun...@osuosl.org] On > Behalf Of Vinicius Costa Gomes > Sent: Tuesday, April 10, 2018 10:50 AM > To: intel-wired-...@lists.osuosl.org > Cc: netdev@vger.kernel.org; Sanchez-Palencia, Jesus <jesus.sanchez- > palen...@intel.com> > Subject: [Intel-wired-lan] [next-queue PATCH v7 05/10] igb: Add support for > enabling queue steering in filters > > On some igb models (82575 and i210) the MAC address filters can > control to which queue the packet will be assigned. > > This extends the 'state' with one more state to signify that queue > selection should be enabled for that filter. > > As 82575 parts are no longer easily obtained (and this was developed > against i210), only support for the i210 model is enabled. > > These functions are exported and will be used in the next patch. > > Signed-off-by: Vinicius Costa Gomes <vinicius.go...@intel.com> > --- > .../net/ethernet/intel/igb/e1000_defines.h | 1 + > drivers/net/ethernet/intel/igb/igb.h | 6 +++++ > drivers/net/ethernet/intel/igb/igb_main.c | 26 +++++++++++++++++++ > 3 files changed, 33 insertions(+)
Tested by: Aaron Brown <aaron.f.br...@intel.com>