From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 6D6AAA0C47; Tue, 6 Jul 2021 04:57:52 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2AC0440688; Tue, 6 Jul 2021 04:57:52 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id 7A9684067E for ; Tue, 6 Jul 2021 04:57:50 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10036"; a="208865159" X-IronPort-AV: E=Sophos;i="5.83,327,1616482800"; d="scan'208";a="208865159" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Jul 2021 19:57:47 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.83,327,1616482800"; d="scan'208";a="496324790" Received: from fmsmsx602.amr.corp.intel.com ([10.18.126.82]) by fmsmga002.fm.intel.com with ESMTP; 05 Jul 2021 19:57:47 -0700 Received: from shsmsx605.ccr.corp.intel.com (10.109.6.215) by fmsmsx602.amr.corp.intel.com (10.18.126.82) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2242.10; Mon, 5 Jul 2021 19:57:47 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX605.ccr.corp.intel.com (10.109.6.215) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2242.4; Tue, 6 Jul 2021 10:57:40 +0800 Received: from shsmsx601.ccr.corp.intel.com ([10.109.6.141]) by SHSMSX601.ccr.corp.intel.com ([10.109.6.141]) with mapi id 15.01.2242.008; Tue, 6 Jul 2021 10:57:40 +0800 From: "Zhang, Qi Z" To: "Rong, Leyi" , "Lu, Wenzhuo" , "dev@dpdk.org" CC: "Lu, Wenzhuo" Thread-Topic: [dpdk-dev] [PATCH v3 0/2] add Rx/Tx offload paths for ICE AVX2 Thread-Index: AQHXbI6niSYMNrerr0yAJlzM87bdG6su0mGAgAZ50OA= Date: Tue, 6 Jul 2021 02:57:40 +0000 Message-ID: References: <1622600462-39088-1-git-send-email-wenzhuo.lu@intel.com> <1624933761-20884-1-git-send-email-wenzhuo.lu@intel.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.5.1.3 dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v3 0/2] add Rx/Tx offload paths for ICE AVX2 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > -----Original Message----- > From: Rong, Leyi > Sent: Friday, July 2, 2021 4:04 PM > To: Lu, Wenzhuo ; dev@dpdk.org > Cc: Lu, Wenzhuo ; Zhang, Qi Z > Subject: RE: [dpdk-dev] [PATCH v3 0/2] add Rx/Tx offload paths for ICE AV= X2 >=20 >=20 > > -----Original Message----- > > From: dev On Behalf Of Wenzhuo Lu > > Sent: Tuesday, June 29, 2021 10:29 AM > > To: dev@dpdk.org > > Cc: Lu, Wenzhuo > > Subject: [dpdk-dev] [PATCH v3 0/2] add Rx/Tx offload paths for ICE > > AVX2 > > > > Add specific paths for RX/TX AVX2, called offload paths. > > In these paths, support the HW offload features, like, checksum, VLAN, > > RSS offload. > > These paths are chosen automatically according to the configuration. > > > > v2: > > - fdir should be supported by offload and normal path. > > > > v3: > > - rebased on the newest code. > > > > Wenzhuo Lu (2): > > net/ice: add Tx AVX2 offload path > > net/ice: add Rx AVX2 offload path > > > > doc/guides/rel_notes/release_21_08.rst | 6 + > > drivers/net/ice/ice_rxtx.c | 87 +++++--- > > drivers/net/ice/ice_rxtx.h | 7 + > > drivers/net/ice/ice_rxtx_vec_avx2.c | 350 > +++++++++++++++++++-------------- > > 4 files changed, 282 insertions(+), 168 deletions(-) > > > > -- > > 1.8.3.1 >=20 > Acked-by: Leyi Rong Applied to dpdk-next-net-intel. Thanks Qi