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 A12F8A0548; Thu, 4 Nov 2021 04:31:34 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 82BBA40E5A; Thu, 4 Nov 2021 04:31:34 +0100 (CET) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mails.dpdk.org (Postfix) with ESMTP id BA08340DFD for ; Thu, 4 Nov 2021 04:31:33 +0100 (CET) X-IronPort-AV: E=McAfee;i="6200,9189,10157"; a="317845609" X-IronPort-AV: E=Sophos;i="5.87,207,1631602800"; d="scan'208";a="317845609" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Nov 2021 20:31:32 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.87,207,1631602800"; d="scan'208";a="450055897" Received: from fmsmsx606.amr.corp.intel.com ([10.18.126.86]) by orsmga006.jf.intel.com with ESMTP; 03 Nov 2021 20:31:32 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) 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 20:31:31 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX601.ccr.corp.intel.com (10.109.6.141) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2242.12; Thu, 4 Nov 2021 11:31:29 +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; Thu, 4 Nov 2021 11:31:29 +0800 From: "Zhang, Qi Z" To: "Xu, Ting" , "dev@dpdk.org" CC: "Yang, Qiming" , "Guo, Junfeng" Thread-Topic: [PATCH v4 0/2] enable protocol agnostic flow offloading in RSS Thread-Index: AQHX0SKIxyMfN/h4bEWTGgAbptQM6qvytmsQ Date: Thu, 4 Nov 2021 03:31:28 +0000 Message-ID: <8cb44ae9472340869cbdb991bb19d94d@intel.com> References: <20211008070934.6956-1-ting.xu@intel.com> <20211104022228.46086-1-ting.xu@intel.com> In-Reply-To: <20211104022228.46086-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 v4 0/2] 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: Thursday, November 4, 2021 10:22 AM > To: dev@dpdk.org > Cc: Zhang, Qi Z ; Yang, Qiming > ; Guo, Junfeng ; Xu, Ting > > Subject: [PATCH v4 0/2] 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 (2): > net/ice/base: support add HW profile for RSS raw flow > net/ice: enable protocol agnostic flow offloading in RSS >=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 Applied to dpdk-next-net-intel. Thanks Qi