From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 5E8601B748 for ; Tue, 3 Apr 2018 17:15:37 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Apr 2018 08:15:36 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.48,401,1517904000"; d="scan'208";a="40366822" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by orsmga003.jf.intel.com with ESMTP; 03 Apr 2018 08:15:35 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 3 Apr 2018 08:15:35 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.235]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.108]) with mapi id 14.03.0319.002; Tue, 3 Apr 2018 23:14:38 +0800 From: "Zhang, Helin" To: "Zhang, Qi Z" , "Dai, Wei" , "Ananyev, Konstantin" , "Lu, Wenzhuo" CC: "dev@dpdk.org" , "Dai, Wei" Thread-Topic: [dpdk-dev] [PATCH v4 0/4] net/ixgbe: convert to new offloads API Thread-Index: AQHTwY/JdR5niiwp20OBWm0lnvQj7KPtiHKAgAGuy6A= Date: Tue, 3 Apr 2018 15:14:38 +0000 Message-ID: References: <1521443063-57722-1-git-send-email-wei.dai@intel.com> <20180322034103.25734-1-wei.dai@intel.com> <039ED4275CED7440929022BC67E7061153177B6D@SHSMSX103.ccr.corp.intel.com> In-Reply-To: <039ED4275CED7440929022BC67E7061153177B6D@SHSMSX103.ccr.corp.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v4 0/4] net/ixgbe: convert to new offloads API X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Apr 2018 15:15:37 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Zhang, Qi Z > Sent: Monday, April 2, 2018 9:27 PM > To: Dai, Wei; Ananyev, Konstantin; Lu, Wenzhuo > Cc: dev@dpdk.org; Dai, Wei > Subject: Re: [dpdk-dev] [PATCH v4 0/4] net/ixgbe: convert to new offloads= API >=20 > > -----Original Message----- > > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Wei Dai > > Sent: Thursday, March 22, 2018 11:41 AM > > To: Ananyev, Konstantin ; Lu, Wenzhuo > > > > Cc: dev@dpdk.org; Dai, Wei > > Subject: [dpdk-dev] [PATCH v4 0/4] net/ixgbe: convert to new offloads > > API > > > > This patch set adds support of per queue VLAN strip offloading in > > ixgbe PF and VF. > > This patch support new offloads API in ixgbe PF and VF. > > > > --- > > v4: don't support header spliting any more > > > > v3: Rx header spliting capability is only enabled in > > #ifdef RTE_HEADER_SPLIT_ENABLE. > > Tx vector tranmit function only work without any Tx offloads. > > > > v2: improve error checking > > > > Wei Dai (4): > > net/ixgbe: support VLAN strip per queue offloading in PF > > net/ixgbe: support VLAN strip per queue offloading in VF > > net/ixgbe: convert to new Rx offloads API > > net/ixgbe: convert to new Tx offloads API > > > > drivers/net/ixgbe/ixgbe_ethdev.c | 264 > > ++++++++++++++-------------- > > drivers/net/ixgbe/ixgbe_ethdev.h | 4 +- > > drivers/net/ixgbe/ixgbe_ipsec.c | 13 +- > > drivers/net/ixgbe/ixgbe_pf.c | 5 +- > > drivers/net/ixgbe/ixgbe_rxtx.c | 275 > > +++++++++++++++++++++++------- > > drivers/net/ixgbe/ixgbe_rxtx.h | 7 + > > drivers/net/ixgbe/ixgbe_rxtx_vec_common.h | 5 - > > drivers/net/ixgbe/ixgbe_rxtx_vec_neon.c | 2 +- > > 8 files changed, 359 insertions(+), 216 deletions(-) > > > > -- > > 2.9.5 >=20 > It's better to only enable per queue vlan-strip without convert to new of= fload > in patch 1,2 then convert all to new offload in patch 3,4 But still ok fo= r me. >=20 > Acked-by: Qi Zhang Series applied to dpdk-next-net-intel, thanks! /Helin