From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] net/i40e: fix missing mbuf fast free offload Date: Thu, 10 May 2018 23:09:50 +0100 Message-ID: <658da15d-58ca-dfbd-098b-7bb1b7c486d4@intel.com> References: <20180507012626.95313-1-qi.z.zhang@intel.com> <94479800C636CB44BD422CB454846E0132159F20@SHSMSX101.ccr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Cc: "dev@dpdk.org" To: "Xing, Beilei" , "Zhang, Qi Z" Return-path: Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 20C132C23 for ; Fri, 11 May 2018 00:09:53 +0200 (CEST) In-Reply-To: Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 5/8/2018 5:50 PM, Ferruh Yigit wrote: > On 5/7/2018 6:08 AM, Xing, Beilei wrote: >> >> >>> -----Original Message----- >>> From: Zhang, Qi Z >>> Sent: Monday, May 7, 2018 9:26 AM >>> To: Yigit, Ferruh >>> Cc: Xing, Beilei ; dev@dpdk.org; Zhang, Qi Z >>> >>> Subject: [PATCH] net/i40e: fix missing mbuf fast free offload >>> >>> Expose the missing mbuf fast free capability since i40 does support it. >>> >>> Fixes: 7497d3e2f777 ("net/i40e: convert to new Tx offloads API") >>> >>> Signed-off-by: Qi Zhang > >> >> Acked-by: Beilei Xing > > Applied to dpdk-next-net/master, thanks. Hi Beilei, Qi, This patch is preventing i40e to use Tx avx2 fast path and cause a performance drop, you need to allow this offload in Tx data path selection logic. Dropping this patch from next-net, updated patch status in patchwork, please send a new version. Thanks, ferruh