[dpdk-dev] [PATCH] fm10k: optimize legacy TX func

Bruce Richardson bruce.richardson at intel.com
Wed Feb 24 13:01:53 CET 2016


On Thu, Feb 18, 2016 at 09:20:18AM +0000, He, Shaopeng wrote:
> Hi,
> 
> > -----Original Message-----
> > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Chen Jing D(Mark)
> > Sent: Thursday, January 28, 2016 5:46 PM
> > To: Qiu, Michael; Ananyev, Konstantin
> > Cc: dev at dpdk.org
> > Subject: [dpdk-dev] [PATCH] fm10k: optimize legacy TX func
> > 
> > From: "Chen Jing D(Mark)" <jing.d.chen at intel.com>
> > 
> > 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) <jing.d.chen at intel.com>
> Acked-by: Shaopeng He <shaopeng.he at intel.com>

Applied to dpdk-next-net/rel_16_04

/Bruce


More information about the dev mailing list