[dpdk-dev] [PATCH] app/test-pmd: Detect NUMA socket count

2015-10-24 Thread Thomas Monjalon
> > Currently, there is a MAX_SOCKET macro which artificially limits the > > number of NUMA sockets testpmd can use. Anything on a higher socket > > ends up using socket zero. This patch replaces this with a variable > > set during set_default_fwd_lcores_config() and uses > > RTE_MAX_NUMA_NODES >

[dpdk-dev] [PATCH] app/test-pmd: Detect NUMA socket count

2015-09-02 Thread De Lara Guarch, Pablo
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Stephen Hurd > Sent: Friday, August 21, 2015 3:25 AM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH] app/test-pmd: Detect NUMA socket count > > Currently, there is a MAX_SOCKET mac

[dpdk-dev] [PATCH] app/test-pmd: Detect NUMA socket count

2015-08-20 Thread Stephen Hurd
Currently, there is a MAX_SOCKET macro which artificially limits the number of NUMA sockets testpmd can use. Anything on a higher socket ends up using socket zero. This patch replaces this with a variable set during set_default_fwd_lcores_config() and uses RTE_MAX_NUMA_NODES where a hard-coded ma