RE: [Intel-wired-lan] [next-queue PATCH v7 05/10] igb: Add support for enabling queue steering in filters

2018-04-16 Thread Brown, Aaron F
uosl.org > > Cc: netdev@vger.kernel.org; Sanchez-Palencia, Jesus > 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

RE: [Intel-wired-lan] [next-queue PATCH v7 05/10] igb: Add support for enabling queue steering in filters

2018-04-13 Thread Brown, Aaron F
ntel-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 t

[next-queue PATCH v7 05/10] igb: Add support for enabling queue steering in filters

2018-04-10 Thread Vinicius Costa Gomes
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