> > 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: sta...@dpdk.org > > Signed-off-by: Phil Yang <phil.y...@arm.com> > > Acked-by: Gavin Hu <gavin...@arm.com> > > Acked-by: Bernard Iremonger <bernard.iremon...@intel.com> Applied, thanks