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 1CAD3A0C53; Wed, 3 Nov 2021 13:45:30 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 94ED541149; Wed, 3 Nov 2021 13:45:29 +0100 (CET) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mails.dpdk.org (Postfix) with ESMTP id 4E60941134 for ; Wed, 3 Nov 2021 13:45:28 +0100 (CET) X-IronPort-AV: E=McAfee;i="6200,9189,10156"; a="218678169" X-IronPort-AV: E=Sophos;i="5.87,205,1631602800"; d="scan'208";a="218678169" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Nov 2021 05:45:27 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.87,205,1631602800"; d="scan'208";a="667511439" Received: from fmsmsx606.amr.corp.intel.com ([10.18.126.86]) by orsmga005.jf.intel.com with ESMTP; 03 Nov 2021 05:45:27 -0700 Received: from shsmsx605.ccr.corp.intel.com (10.109.6.215) 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.2242.12; Wed, 3 Nov 2021 05:45:26 -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.12; Wed, 3 Nov 2021 20:45:19 +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.012; Wed, 3 Nov 2021 20:45:18 +0800 From: "Zhang, Qi Z" To: "Xu, Ting" , "dev@dpdk.org" CC: "Yang, Qiming" , "Guo, Junfeng" Thread-Topic: [PATCH v3 0/3] enable protocol agnostic flow offloading in RSS Thread-Index: AQHXz4uftL5w+qAA2EC3EsB/A2V6d6vxwc7A Date: Wed, 3 Nov 2021 12:45:18 +0000 Message-ID: References: <20211008070934.6956-1-ting.xu@intel.com> <20211102014943.19726-1-ting.xu@intel.com> In-Reply-To: <20211102014943.19726-1-ting.xu@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.6.200.16 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/3] enable protocol agnostic flow offloading in RSS 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: Xu, Ting > Sent: Tuesday, November 2, 2021 9:50 AM > To: dev@dpdk.org > Cc: Zhang, Qi Z ; Yang, Qiming > ; Guo, Junfeng ; Xu, Ting > > Subject: [PATCH v3 0/3] enable protocol agnostic flow offloading in RSS >=20 > Enable protocol agnostic flow offloading to support raw pattern input for= RSS > hash flow rule creation. It is based on Parser Library feature. > Current rte_flow raw API is utilized. >=20 > Ting Xu (3): > net/ice/base: support add HW profile for RSS raw flow > net/ice: enable protocol agnostic flow offloading in RSS > doc: add protocol agnostic flow offloading for RSS Release note update should be squash to the patch that implemented the feat= ure. >=20 > doc/guides/rel_notes/release_21_11.rst | 1 + > drivers/net/ice/base/ice_flow.c | 109 ++++++++++ > drivers/net/ice/base/ice_flow.h | 16 ++ > drivers/net/ice/ice_ethdev.h | 9 + > drivers/net/ice/ice_hash.c | 286 +++++++++++++++++++++++-- > 5 files changed, 399 insertions(+), 22 deletions(-) >=20 > -- > 2.17.1 Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi