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 CECA3A04BE; Mon, 7 Sep 2020 07:43:38 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 395762BAB; Mon, 7 Sep 2020 07:43:38 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 82604DE0 for ; Mon, 7 Sep 2020 07:43:34 +0200 (CEST) IronPort-SDR: kVDdgZJhX8dzXs7V6rvcTEWS2FcSumYAke6dviePB/GUQPvXs8Y190NXxiJJPK6BMpOdKxhY9Z VFEiOb3zCxsg== X-IronPort-AV: E=McAfee;i="6000,8403,9736"; a="145687273" X-IronPort-AV: E=Sophos;i="5.76,400,1592895600"; d="scan'208";a="145687273" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Sep 2020 22:43:34 -0700 IronPort-SDR: QjVCIgnDxFpKKjyOINw8ylNekmaUjNMrdRotqDibVGLeuSMvuadsQ++W2GU/VQQvt3hl4lgCbO hAx3S+iJjOBA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.76,400,1592895600"; d="scan'208";a="479515653" Received: from fmsmsx606.amr.corp.intel.com ([10.18.126.86]) by orsmga005.jf.intel.com with ESMTP; 06 Sep 2020 22:43:33 -0700 Received: from shsmsx603.ccr.corp.intel.com (10.109.6.143) by fmsmsx606.amr.corp.intel.com (10.18.126.86) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Sun, 6 Sep 2020 22:43:33 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX603.ccr.corp.intel.com (10.109.6.143) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Mon, 7 Sep 2020 13:43:31 +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; Mon, 7 Sep 2020 13:43:31 +0800 From: "Zhang, Qi Z" To: "Sun, GuinanX" , "Jiang, JunyuX" , "dev@dpdk.org" CC: "Yang, Qiming" Thread-Topic: [PATCH 0/7] support RXDID22 and FDID22 Thread-Index: AQHWe4DHU5GxX1++TkaCXyH8wvmrGKlctpng Date: Mon, 7 Sep 2020 05:43:31 +0000 Message-ID: <191304f745b041e88e55ac90ced6eded@intel.com> References: <20200826075501.50052-1-guinanx.sun@intel.com> In-Reply-To: <20200826075501.50052-1-guinanx.sun@intel.com> 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="iso-2022-jp" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 0/7] support RXDID22 and FDID22 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: Sun, GuinanX > Sent: Wednesday, August 26, 2020 3:55 PM > To: dev@dpdk.org > Cc: Zhang, Qi Z ; Yang, Qiming > ; Sun, GuinanX > Subject: [PATCH 0/7] support RXDID22 and FDID22 >=20 > Support flexible descriptor RXDID22 and FDID offload in vPMD. > Remove devargs flow-mark-support. >=20 > Guinan Sun (4): > net/ice: remove devargs flow-mark-support > net/ice: add flow director enabled switch value > net/ice: support Flex Rx desc and flow mark in AVX path > net/ice: support Flex Rx desc and flow mark in SSE path >=20 > Junyu Jiang (3): > net/ice: change RSS hash parsing in AVX path > net/ice: change RSS hash parsing in SSE path > net/ice: support flexible descriptor RxDID #22 Can you combine above 3 patches into 1 and reorder other 4 patches as below= =1B$B!)=1B(B =20 net/ice: add flow director enabled switch value net/ice: support Flex Rx desc and flow mark in AVX path net/ice: support Flex Rx desc and flow mark in SSE path net/ice: remove devargs flow-mark-support so it will not break regression test. >=20 > doc/guides/nics/ice.rst | 12 -- > drivers/net/ice/ice_ethdev.c | 10 +- > drivers/net/ice/ice_ethdev.h | 3 +- > drivers/net/ice/ice_fdir_filter.c | 9 +- > drivers/net/ice/ice_rxtx.c | 16 +-- > 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, 371 insertions(+), 57 deletions(-) >=20 > -- > 2.17.1