From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 394A42BB5 for ; Wed, 24 Feb 2016 13:01:57 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga103.fm.intel.com with ESMTP; 24 Feb 2016 04:01:57 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,493,1449561600"; d="scan'208";a="658490813" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.208.64]) by FMSMGA003.fm.intel.com with SMTP; 24 Feb 2016 04:01:54 -0800 Received: by (sSMTP sendmail emulation); Wed, 24 Feb 2016 12:01:53 +0025 Date: Wed, 24 Feb 2016 12:01:53 +0000 From: Bruce Richardson To: "He, Shaopeng" Message-ID: <20160224120153.GA14520@bricha3-MOBL3> References: <1453974359-20895-1-git-send-email-jing.d.chen@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: Intel Shannon Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [PATCH] fm10k: optimize legacy TX func X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Feb 2016 12:01:57 -0000 On Thu, Feb 18, 2016 at 09:20:18AM +0000, He, Shaopeng wrote: > Hi, > > > -----Original Message----- > > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Chen Jing D(Mark) > > Sent: Thursday, January 28, 2016 5:46 PM > > To: Qiu, Michael; Ananyev, Konstantin > > Cc: dev@dpdk.org > > Subject: [dpdk-dev] [PATCH] fm10k: optimize legacy TX func > > > > From: "Chen Jing D(Mark)" > > > > When legacy TX func tries to free a bunch of mbufs, it will free > > them one by one. This change will scan the free list and merge the > > requests in case they belongs to same pool, then free once, which > > will reduce cycles on freeing mbufs. > > > > Signed-off-by: Chen Jing D(Mark) > Acked-by: Shaopeng He Applied to dpdk-next-net/rel_16_04 /Bruce