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 BC9E0A0548 for ; Sun, 25 Apr 2021 07:49:33 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7AD814113E; Sun, 25 Apr 2021 07:49:33 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mails.dpdk.org (Postfix) with ESMTP id 698EC4013F; Sun, 25 Apr 2021 07:49:30 +0200 (CEST) IronPort-SDR: WsuaqZa5rEjhYmTIwF8A/3jySqdc7UbJChALOscLovc5pFCBQFRHJgbZZAiQac6H7SMmzRfmFP i8hqSEhvy4tw== X-IronPort-AV: E=McAfee;i="6200,9189,9964"; a="193027078" X-IronPort-AV: E=Sophos;i="5.82,249,1613462400"; d="scan'208";a="193027078" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Apr 2021 22:49:29 -0700 IronPort-SDR: ze/VonJFq78uW6jWKgAP4QqQPlbpQhboFUgomefI0JAA5Lf2srQ7OkcxAtuuMvJRB18c/16hzp I4EDsJbpnFOA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.82,249,1613462400"; d="scan'208";a="525391350" Received: from fmsmsx603.amr.corp.intel.com ([10.18.126.83]) by fmsmga001.fm.intel.com with ESMTP; 24 Apr 2021 22:49:29 -0700 Received: from shsmsx604.ccr.corp.intel.com (10.109.6.214) 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.2106.2; Sat, 24 Apr 2021 22:49:28 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX604.ccr.corp.intel.com (10.109.6.214) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2106.2; Sun, 25 Apr 2021 13:49:26 +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.2106.013; Sun, 25 Apr 2021 13:49:26 +0800 From: "Zhang, Qi Z" To: "Zhang, AlvinX" CC: "dev@dpdk.org" , "stable@dpdk.org" Thread-Topic: [PATCH v2] net/ice: fix mbuf fast freeing Thread-Index: AQHXOZJ/7pANFalklUWuRtV26JNoeKrEudbQ Date: Sun, 25 Apr 2021 05:49:26 +0000 Message-ID: <9329cee0cb574867a8b7311f7d8454d3@intel.com> References: <20210425051343.13288-1-alvinx.zhang@intel.com> <20210425051851.21124-1-alvinx.zhang@intel.com> In-Reply-To: <20210425051851.21124-1-alvinx.zhang@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.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-stable] [PATCH v2] net/ice: fix mbuf fast freeing X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" > -----Original Message----- > From: Zhang, AlvinX > Sent: Sunday, April 25, 2021 1:19 PM > To: Zhang, Qi Z > Cc: dev@dpdk.org; Zhang, AlvinX ; stable@dpdk.org > Subject: [PATCH v2] net/ice: fix mbuf fast freeing >=20 > As i40e support per queue MBUF_FAST_FREE, ice should have the same > implementation. The change should not related with i40e, changed to: MBUF_FAST_FREE should be supported as per queue offload for ice. >=20 > Fixes: 6eac0b7fde95 ("net/ice: support advance Rx/Tx") > Cc: stable@dpdk.org >=20 > Signed-off-by: Alvin Zhang Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi