RE: [Intel-wired-lan] [next-queue PATCH v7 09/10] igb: Add the skeletons for tc-flower offloading

2018-04-16 Thread Brown, Aaron F
tdev@vger.kernel.org; Sanchez-Palencia, Jesus > palen...@intel.com> > > Subject: [Intel-wired-lan] [next-queue PATCH v7 09/10] igb: Add the > > skeletons for tc-flower offloading > > > > This adds basic functions needed to implement offloading for filters > > created

RE: [Intel-wired-lan] [next-queue PATCH v7 09/10] igb: Add the skeletons for tc-flower offloading

2018-04-13 Thread Brown, Aaron F
ntel-wired-lan] [next-queue PATCH v7 09/10] igb: Add the > skeletons for tc-flower offloading > > This adds basic functions needed to implement offloading for filters > created by tc-flower. > > Signed-off-by: Vinicius Costa Gomes > --- > drivers/net/ethernet/intel/igb/igb_ma

[next-queue PATCH v7 09/10] igb: Add the skeletons for tc-flower offloading

2018-04-10 Thread Vinicius Costa Gomes
This adds basic functions needed to implement offloading for filters created by tc-flower. Signed-off-by: Vinicius Costa Gomes --- drivers/net/ethernet/intel/igb/igb_main.c | 66 +++ 1 file changed, 66 insertions(+) diff --git a/drivers/net/ethernet/intel/igb/igb_main.c b/d