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

Thomas Monjalon thomas.monjalon at 6wind.com
Sat Oct 24 22:20:49 CEST 2015


> > 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 max number of sockets is required.
> > 
> > Signed-off-by: Stephen Hurd <shurd at broadcom.com>
> 
> Acked-by: Pablo de Lara <pablo.de.lara.guarch at intel.com>

Applied, thanks


More information about the dev mailing list