numam-dpdk/app
Stephen Hurd 7acf894d07 app/testpmd: detect numa socket count
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@broadcom.com>
Acked-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
2015-10-24 21:41:17 +02:00
..
cmdline_test app: fix whitespace 2015-06-12 11:10:10 +02:00
proc_info app: replace dump_cfg by proc_info 2015-07-17 02:26:38 +02:00
test eal: fix C++ build 2015-10-22 17:50:51 +02:00
test-acl acl: remove old API 2015-09-03 19:22:48 +02:00
test-pipeline port: move metadata offset reference at mbuf head 2015-10-19 17:00:36 +02:00
test-pmd app/testpmd: detect numa socket count 2015-10-24 21:41:17 +02:00
Makefile app: replace dump_cfg by proc_info 2015-07-17 02:26:38 +02:00