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>