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 D3901A04FF; Wed, 27 Apr 2022 12:38:55 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B5FD040E78; Wed, 27 Apr 2022 12:38:55 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mails.dpdk.org (Postfix) with ESMTP id 1497940691 for ; Wed, 27 Apr 2022 12:38:53 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1651055934; x=1682591934; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=Y/mgK4fr2ie9l4DYnmWCYUUTN3tS6mA8wrSS0hly720=; b=ZuSE2BPLMYU0NZ2ciEAAn1szpbT3wOC/mvUoTKzrU9It4osqblUuXD32 uwK8yawegrsPNhQFCnsu/cgsxcY5TucPFJ35ScizSDMzXeIp8JUSejDUY hsz90Pu9PgGxxW+xN8Az7qGX6T6NkdVqJJbtysMA8BT5xBwhJNTtgvY2m nQ9k9yCWAWq5Ytd9Ogp9ItNzrGex+0p+NoTxr4Wb/t8M/evFDFVkjeGAg zLXgcG6RjprHNJwuPj6pORUevOaLPjWFKgWbgWmQlLbbJnUVqj+1ybTUP /jUrx483nx2UE7qoDT1ghWcFs6fuZaSpRr+90vdXeEEOfzpiIXq0qfE5T A==; X-IronPort-AV: E=McAfee;i="6400,9594,10329"; a="264734090" X-IronPort-AV: E=Sophos;i="5.90,292,1643702400"; d="scan'208";a="264734090" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Apr 2022 03:38:53 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,292,1643702400"; d="scan'208";a="580524548" Received: from fmsmsx604.amr.corp.intel.com ([10.18.126.84]) by orsmga008.jf.intel.com with ESMTP; 27 Apr 2022 03:38:52 -0700 Received: from fmsmsx611.amr.corp.intel.com (10.18.126.91) by fmsmsx604.amr.corp.intel.com (10.18.126.84) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.27; Wed, 27 Apr 2022 03:38:52 -0700 Received: from fmsmsx612.amr.corp.intel.com (10.18.126.92) by fmsmsx611.amr.corp.intel.com (10.18.126.91) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.27; Wed, 27 Apr 2022 03:38:52 -0700 Received: from fmsmsx612.amr.corp.intel.com ([10.18.126.92]) by fmsmsx612.amr.corp.intel.com ([10.18.126.92]) with mapi id 15.01.2308.027; Wed, 27 Apr 2022 03:38:52 -0700 From: "Zhang, Qi Z" To: "Liu, KevinX" , "dev@dpdk.org" CC: "Yang, Qiming" , "Yang, SteveX" Subject: RE: [PATCH v6 01/12] net/ice: enable RSS RETA ops for DCF hardware Thread-Topic: [PATCH v6 01/12] net/ice: enable RSS RETA ops for DCF hardware Thread-Index: AQHYWh+vBLHxvP3x30yn7BNwS8uWVa0DkOdQ Date: Wed, 27 Apr 2022 10:38:52 +0000 Message-ID: References: <20220421111403.1334288-1-kevinx.liu@intel.com> <20220427181301.1414196-1-kevinx.liu@intel.com> <20220427181301.1414196-2-kevinx.liu@intel.com> In-Reply-To: <20220427181301.1414196-2-kevinx.liu@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.401.20 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 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 > -----Original Message----- > From: Liu, KevinX > Sent: Thursday, April 28, 2022 2:13 AM > To: dev@dpdk.org > Cc: Yang, Qiming ; Zhang, Qi Z > ; Yang, SteveX ; Liu, KevinX > > Subject: [PATCH v6 01/12] net/ice: enable RSS RETA ops for DCF hardware >=20 > From: Steve Yang >=20 > RSS RETA should be updated and queried by application, Add related ops > ('.reta_update', '.reta_query') for DCF. >=20 > Signed-off-by: Steve Yang > Signed-off-by: Kevin Liu > --- > doc/guides/nics/features/ice_dcf.ini | 1 + > doc/guides/rel_notes/release_22_07.rst | 3 + > drivers/net/ice/ice_dcf.c | 2 +- > drivers/net/ice/ice_dcf.h | 1 + > drivers/net/ice/ice_dcf_ethdev.c | 77 ++++++++++++++++++++++++++ > 5 files changed, 83 insertions(+), 1 deletion(-) >=20 > diff --git a/doc/guides/nics/features/ice_dcf.ini > b/doc/guides/nics/features/ice_dcf.ini > index 54073f0b88..5221c99a9c 100644 > --- a/doc/guides/nics/features/ice_dcf.ini > +++ b/doc/guides/nics/features/ice_dcf.ini > @@ -15,6 +15,7 @@ L3 checksum offload =3D P > L4 checksum offload =3D P > Inner L3 checksum =3D P > Inner L4 checksum =3D P > +RSS reta update =3D Y > Basic stats =3D Y > Linux =3D Y > x86-32 =3D Y > diff --git a/doc/guides/rel_notes/release_22_07.rst > b/doc/guides/rel_notes/release_22_07.rst > index 90123bb807..cbdc90760c 100644 > --- a/doc/guides/rel_notes/release_22_07.rst > +++ b/doc/guides/rel_notes/release_22_07.rst > @@ -60,6 +60,9 @@ New Features > * Added Tx QoS queue rate limitation support. > * Added quanta size configuration support. >=20 > +* **Updated Intel ice driver.** > + > + * Added enable RSS RETA ops for DCF hardware. There is no DCF hardware, better change to Added support for RSS RETA configure in DCF mode.