From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Brown, Aaron F" Subject: RE: [Intel-wired-lan] [next-queue PATCH v7 09/10] igb: Add the skeletons for tc-flower offloading Date: Sat, 14 Apr 2018 02:23:17 +0000 Message-ID: <309B89C4C689E141A5FF6A0C5FB2118B8C83A20F@ORSMSX101.amr.corp.intel.com> References: <20180410174959.18757-1-vinicius.gomes@intel.com> <20180410174959.18757-10-vinicius.gomes@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT Cc: "netdev@vger.kernel.org" , "Sanchez-Palencia, Jesus" To: "Gomes, Vinicius" , "intel-wired-lan@lists.osuosl.org" Return-path: Received: from mga11.intel.com ([192.55.52.93]:5618 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751771AbeDNCXS (ORCPT ); Fri, 13 Apr 2018 22:23:18 -0400 In-Reply-To: <20180410174959.18757-10-vinicius.gomes@intel.com> Content-Language: en-US Sender: netdev-owner@vger.kernel.org List-ID: > From: Intel-wired-lan [mailto:intel-wired-lan-bounces@osuosl.org] On > Behalf Of Vinicius Costa Gomes > Sent: Tuesday, April 10, 2018 10:50 AM > To: intel-wired-lan@lists.osuosl.org > Cc: netdev@vger.kernel.org; Sanchez-Palencia, Jesus palencia@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 by tc-flower. > > Signed-off-by: Vinicius Costa Gomes > --- > drivers/net/ethernet/intel/igb/igb_main.c | 66 > +++++++++++++++++++++++ > 1 file changed, 66 insertions(+) > Tested by: Aaron Brown From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brown, Aaron F Date: Sat, 14 Apr 2018 02:23:17 +0000 Subject: [Intel-wired-lan] [next-queue PATCH v7 09/10] igb: Add the skeletons for tc-flower offloading In-Reply-To: <20180410174959.18757-10-vinicius.gomes@intel.com> References: <20180410174959.18757-1-vinicius.gomes@intel.com> <20180410174959.18757-10-vinicius.gomes@intel.com> Message-ID: <309B89C4C689E141A5FF6A0C5FB2118B8C83A20F@ORSMSX101.amr.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: intel-wired-lan@osuosl.org List-ID: > From: Intel-wired-lan [mailto:intel-wired-lan-bounces at osuosl.org] On > Behalf Of Vinicius Costa Gomes > Sent: Tuesday, April 10, 2018 10:50 AM > To: intel-wired-lan at lists.osuosl.org > Cc: netdev at vger.kernel.org; Sanchez-Palencia, Jesus palencia at 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 by tc-flower. > > Signed-off-by: Vinicius Costa Gomes > --- > drivers/net/ethernet/intel/igb/igb_main.c | 66 > +++++++++++++++++++++++ > 1 file changed, 66 insertions(+) > Tested by: Aaron Brown