RE: [Intel-wired-lan] [next-queue PATCH v7 03/10] igb: Enable the hardware traffic class feature bit for igb models

2018-04-16 Thread Brown, Aaron F
; > Cc: netdev@vger.kernel.org; Sanchez-Palencia, Jesus > palen...@intel.com> > > Subject: [Intel-wired-lan] [next-queue PATCH v7 03/10] igb: Enable the > > hardware traffic class feature bit for igb models > > > > This will allow functionality depending on the hardware

RE: [Intel-wired-lan] [next-queue PATCH v7 03/10] igb: Enable the hardware traffic class feature bit for igb models

2018-04-13 Thread Brown, Aaron F
ntel-wired-lan] [next-queue PATCH v7 03/10] igb: Enable the > hardware traffic class feature bit for igb models > > This will allow functionality depending on the hardware being traffic > class aware to work. In particular the tc-flower offloading checks > verifies that this bit is set

[next-queue PATCH v7 03/10] igb: Enable the hardware traffic class feature bit for igb models

2018-04-10 Thread Vinicius Costa Gomes
This will allow functionality depending on the hardware being traffic class aware to work. In particular the tc-flower offloading checks verifies that this bit is set. Signed-off-by: Vinicius Costa Gomes --- drivers/net/ethernet/intel/igb/igb_main.c | 3 +++ 1 file changed, 3 insertions(+) diff