[dpdk-dev] [PATCH v2] app/testpmd: optimize membuf pool allocation

Thomas Monjalon thomas at monjalon.net
Wed Sep 19 15:38:00 CEST 2018


> > By default, testpmd will create membuf pool for all NUMA nodes and ignore EAL
> > configuration.
> > 
> > Count the number of available NUMA according to EAL core mask or core list
> > configuration. Optimized by only creating membuf pool for those nodes.
> > 
> > Fixes: c9cafcc ("app/testpmd: fix mempool creation by socket id")

Fixes: c9cafcc82de8 ("app/testpmd: fix mempool creation by socket id")
Cc: stable at dpdk.org

> > Signed-off-by: Phil Yang <phil.yang at arm.com>
> > Acked-by: Gavin Hu <gavin.hu at arm.com>
> 
> Acked-by: Bernard Iremonger <bernard.iremonger at intel.com>

Applied, thanks




More information about the dev mailing list