From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 7A7AFA04C7; Wed, 16 Sep 2020 08:42:53 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id AAB4E1C1BE; Wed, 16 Sep 2020 08:42:52 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 65E3D1C1BB for ; Wed, 16 Sep 2020 08:42:51 +0200 (CEST) IronPort-SDR: bW4Mrofq9iBk+FgIhh40JdD4fD8RzqNVVQy4x9rws6AbHP03DYLFWokWYsBA51lVaTqQ0WTLVb DP/YVtdQNgHA== X-IronPort-AV: E=McAfee;i="6000,8403,9745"; a="158693093" X-IronPort-AV: E=Sophos;i="5.76,431,1592895600"; d="scan'208";a="158693093" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Sep 2020 23:42:50 -0700 IronPort-SDR: tm7y4Qs2pA6lJAnGULYOjgSJsfWznMBrB3OK/YIKcAj2ye+NflRg2VC+0t1gWnYDsqdasYsThw +WUvkIT6Lx9g== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.76,431,1592895600"; d="scan'208";a="451730210" Received: from fmsmsx603.amr.corp.intel.com ([10.18.126.83]) by orsmga004.jf.intel.com with ESMTP; 15 Sep 2020 23:42:50 -0700 Received: from shsmsx606.ccr.corp.intel.com (10.109.6.216) by fmsmsx603.amr.corp.intel.com (10.18.126.83) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Tue, 15 Sep 2020 23:42:49 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX606.ccr.corp.intel.com (10.109.6.216) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Wed, 16 Sep 2020 14:42:47 +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.1713.004; Wed, 16 Sep 2020 14:42:47 +0800 From: "Zhang, Qi Z" To: "Rong, Leyi" , "Jiang, JunyuX" , "dev@dpdk.org" CC: "Yang, Qiming" , "Sun, GuinanX" Thread-Topic: [PATCH v3 0/5] supports RxDID #22 and FDID Thread-Index: AQHWi9lKXxcEc66z4kmiDjadOSFcaqlqR9gAgACJjeA= Date: Wed, 16 Sep 2020 06:42:47 +0000 Message-ID: References: <20200826075501.50052-1-guinanx.sun@intel.com> <20200916031002.42122-1-junyux.jiang@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/5] supports RxDID #22 and FDID 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > -----Original Message----- > From: Rong, Leyi > Sent: Wednesday, September 16, 2020 2:30 PM > To: Jiang, JunyuX ; dev@dpdk.org > Cc: Zhang, Qi Z ; Yang, Qiming > ; Sun, GuinanX > Subject: RE: [PATCH v3 0/5] supports RxDID #22 and FDID >=20 >=20 > > -----Original Message----- > > From: Jiang, JunyuX > > Sent: Wednesday, September 16, 2020 11:10 AM > > To: dev@dpdk.org > > Cc: Rong, Leyi ; Zhang, Qi Z > > ; Yang, Qiming ; Sun, > > GuinanX ; Jiang, JunyuX > > > > Subject: [PATCH v3 0/5] supports RxDID #22 and FDID > > > > This patchset supports flex Rx descriptor RxDID #22 and FDID offload in > vPMD. > > Remove devargs "flow-mark-support". > > > > --- > > v3: > > * Check if package does support RXDID. > > * Modify commit message. > > * Rebase the patchset. > > v2: > > * Reorder patches. > > > > > > Guinan Sun (4): > > net/ice: add flow director enabled switch value > > net/ice: support flow mark in AVX path > > net/ice: support flow mark in SSE path > > net/ice: remove devargs flow-mark-support > > > > Junyu Jiang (1): > > net/ice: support flex Rx descriptor RxDID #22 > > > > doc/guides/nics/ice.rst | 12 -- > > drivers/net/ice/ice_ethdev.c | 30 +++-- > > drivers/net/ice/ice_ethdev.h | 7 +- > > drivers/net/ice/ice_fdir_filter.c | 9 +- > > drivers/net/ice/ice_rxtx.c | 23 ++-- > > drivers/net/ice/ice_rxtx.h | 72 ++++++++++++ > > drivers/net/ice/ice_rxtx_vec_avx2.c | 162 > +++++++++++++++++++++++++- > > drivers/net/ice/ice_rxtx_vec_common.h | 6 - > > drivers/net/ice/ice_rxtx_vec_sse.c | 138 +++++++++++++++++++--- > > 9 files changed, 402 insertions(+), 57 deletions(-) > > > > -- > > 2.17.1 >=20 >=20 > Acked-by: Leyi Rong Applied to dpdk-next-net-intel. Thanks Qi