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 1724CA04FF; Wed, 27 Apr 2022 12:41:11 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id AEF764113F; Wed, 27 Apr 2022 12:41:10 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id 4198740E78 for ; Wed, 27 Apr 2022 12:41:09 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1651056069; x=1682592069; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=g6rg8M4iSnn4FXGZ81zLy250lytUqNUg/tRHMf1Na5s=; b=U3IyEH7InRXirg+/7yEd2hdQTymYkicDPTpt3qdWLBNRbHCiBykpc0T/ TO2jTLstuRgHSr/d8ogTdkABjNxd+joBU+7m4Z39HtKS6R14DlzTicHKN snGBt8TjkF9xZ/KxltEWwbZkev01geBxk53iN8vklNfYzilKigqT2EsyB ol4VmNYic0sxwSLPaeofc/7nOZ1/5bwcjXGg9QY+x43GKw0bFyvjKr28O EI/tZCr2bD6/m9WoLCxvjZgy698ENx22rjHIzloG2WlPEcvnkS6BJRsAI 5yxWVLghTD8vdDumcW5KwFCOJ426ckp/Bu+LJBXeaDJyvFlV+FwWlxRBn w==; X-IronPort-AV: E=McAfee;i="6400,9594,10329"; a="247818110" X-IronPort-AV: E=Sophos;i="5.90,292,1643702400"; d="scan'208";a="247818110" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Apr 2022 03:41:08 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,292,1643702400"; d="scan'208";a="705488634" Received: from fmsmsx603.amr.corp.intel.com ([10.18.126.83]) by fmsmga001.fm.intel.com with ESMTP; 27 Apr 2022 03:41:08 -0700 Received: from fmsmsx612.amr.corp.intel.com (10.18.126.92) 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.2308.27; Wed, 27 Apr 2022 03:41:07 -0700 Received: from fmsmsx612.amr.corp.intel.com (10.18.126.92) by fmsmsx612.amr.corp.intel.com (10.18.126.92) 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:41:07 -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:41:07 -0700 From: "Zhang, Qi Z" To: "Liu, KevinX" , "dev@dpdk.org" CC: "Yang, Qiming" , "Yang, SteveX" , "Zhang, RobinX" Subject: RE: [PATCH v6 03/12] net/ice: cleanup Tx buffers Thread-Topic: [PATCH v6 03/12] net/ice: cleanup Tx buffers Thread-Index: AQHYWh+xj6sNMKBTlEu/gt1Go/VtIK0DkcGA Date: Wed, 27 Apr 2022 10:41:07 +0000 Message-ID: <349ebdfc43f74ac5a980f17fdbdadea0@intel.com> References: <20220421111403.1334288-1-kevinx.liu@intel.com> <20220427181301.1414196-1-kevinx.liu@intel.com> <20220427181301.1414196-4-kevinx.liu@intel.com> In-Reply-To: <20220427181301.1414196-4-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 ; Zhang, > RobinX ; Liu, KevinX > Subject: [PATCH v6 03/12] net/ice: cleanup Tx buffers >=20 > From: Robin Zhang >=20 > Add support for ops rte_eth_tx_done_cleanup in dcf >=20 > Signed-off-by: Robin Zhang > Signed-off-by: Kevin Liu > --- > doc/guides/rel_notes/release_22_07.rst | 1 + > drivers/net/ice/ice_dcf_ethdev.c | 1 + > 2 files changed, 2 insertions(+) >=20 > diff --git a/doc/guides/rel_notes/release_22_07.rst > b/doc/guides/rel_notes/release_22_07.rst > index cc2c243e81..bbd3d296de 100644 > --- a/doc/guides/rel_notes/release_22_07.rst > +++ b/doc/guides/rel_notes/release_22_07.rst > @@ -64,6 +64,7 @@ New Features >=20 > * Added enable RSS RETA ops for DCF hardware. > * Added enable RSS HASH ops for DCF hardware. > + * Added cleanup Tx buffers. Please keep the pattern be consistent, Added support for Tx buffer cleanup in DCF mode. Anyway, this is not worth for a release note update, you can remove it. >=20 > Removed Items > ------------- > diff --git a/drivers/net/ice/ice_dcf_ethdev.c b/drivers/net/ice/ice_dcf_e= thdev.c > index ccad7fc304..d8b5961514 100644 > --- a/drivers/net/ice/ice_dcf_ethdev.c > +++ b/drivers/net/ice/ice_dcf_ethdev.c > @@ -1235,6 +1235,7 @@ static const struct eth_dev_ops > ice_dcf_eth_dev_ops =3D { > .reta_query =3D ice_dcf_dev_rss_reta_query, > .rss_hash_update =3D ice_dcf_dev_rss_hash_update, > .rss_hash_conf_get =3D ice_dcf_dev_rss_hash_conf_get, > + .tx_done_cleanup =3D ice_tx_done_cleanup, > }; >=20 > static int > -- > 2.33.1