> -----Original Message----- > From: [email protected] [mailto:[email protected]] > Sent: Wednesday, September 12, 2018 2:54 AM > To: [email protected] > Cc: Iremonger, Bernard <[email protected]>; [email protected]; > [email protected]; [email protected] > Subject: [PATCH v2] app/testpmd: optimize membuf pool allocation > > 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") > > Signed-off-by: Phil Yang <[email protected]> > Acked-by: Gavin Hu <[email protected]>
Acked-by: Bernard Iremonger <[email protected]>

