Re: [dpdk-dev] [PATCH] app/testpmd: reserve NUMA node per device port and per ring

2018-10-18 Thread Ferruh Yigit
On 10/18/2018 11:39 AM, phil.y...@arm.com wrote: > If user explicitly requested memory to be allocated from a socket via > `port-numa-config` and `rxring-numa-config`, and if that socket is > valid, add that socket into socket_ids[] so that mempool allocated for > that socket. > > Fixes: dbfb8ec (

[dpdk-dev] [PATCH] app/testpmd: reserve NUMA node per device port and per ring

2018-10-18 Thread Phil Yang
If user explicitly requested memory to be allocated from a socket via `port-numa-config` and `rxring-numa-config`, and if that socket is valid, add that socket into socket_ids[] so that mempool allocated for that socket. Fixes: dbfb8ec ("app/testpmd: optimize mbuf pool allocation") Suggested-by: