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 40BB1A0A0C; Thu, 1 Jul 2021 14:34:51 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D78D1412CF; Thu, 1 Jul 2021 14:34:46 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id 7AE4E4003E for ; Thu, 1 Jul 2021 14:34:44 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10031"; a="208565151" X-IronPort-AV: E=Sophos;i="5.83,314,1616482800"; d="scan'208";a="208565151" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Jul 2021 05:34:42 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.83,314,1616482800"; d="scan'208";a="447872060" Received: from fmsmsx603.amr.corp.intel.com ([10.18.126.83]) by orsmga007.jf.intel.com with ESMTP; 01 Jul 2021 05:34:42 -0700 Received: from shsmsx603.ccr.corp.intel.com (10.109.6.143) 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.2242.4; Thu, 1 Jul 2021 05:34:41 -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.2242.4; Thu, 1 Jul 2021 20:34:40 +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.008; Thu, 1 Jul 2021 20:34:39 +0800 From: "Zhang, Qi Z" To: Feifei Wang CC: "dev@dpdk.org" , "nd@arm.com" Thread-Topic: [dpdk-dev] [PATCH v3 0/2] net/i40e: improve free mbuf for Tx Thread-Index: AQHXbXrnphZakNxv10q1YySVWHB5HKsuD+Yg Date: Thu, 1 Jul 2021 12:34:39 +0000 Message-ID: References: <20210527081714.1367611-1-feifei.wang2@arm.com> <20210630064036.105151-1-feifei.wang2@arm.com> In-Reply-To: <20210630064036.105151-1-feifei.wang2@arm.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="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v3 0/2] net/i40e: improve free mbuf for Tx 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: dev On Behalf Of Feifei Wang > Sent: Wednesday, June 30, 2021 2:41 PM > Cc: dev@dpdk.org; nd@arm.com; Feifei Wang > Subject: [dpdk-dev] [PATCH v3 0/2] net/i40e: improve free mbuf for Tx >=20 > For i40e Tx path, use bulk free of the buffers when mbuf fast free mode i= s > enabled. This can efficiently improve the performance. >=20 > v2: > 1. fix bug when tx_rs_thres > RTE_I40E_TX_MAX_FREE_BUF_SZ (Beilei) >=20 > v3: > 1. change variable name for more readable (Beilei) >=20 > Feifei Wang (2): > net/i40e: improve performance for scalar Tx > net/i40e: improve performance for vector Tx >=20 > drivers/net/i40e/i40e_rxtx.c | 30 ++++++++++++++++++++----- > drivers/net/i40e/i40e_rxtx_vec_common.h | 11 +++++++++ > 2 files changed, 35 insertions(+), 6 deletions(-) >=20 > -- > 2.25.1 Applied to dpdk-next-net-intel. Thanks Qi