numam-dpdk/app/test-pmd
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.c ethdev: remove SCTP flow entries switch 2015-09-03 19:22:48 +02:00
config.c app/testpmd: fix crash when port id out of bound 2015-07-30 02:15:32 +02:00
csumonly.c mbuf: remove packet type from offload flags 2015-09-03 19:22:48 +02:00
flowgen.c app/testpmd: add qinq stripping and insertion 2015-07-07 16:42:11 +02:00
icmpecho.c eal: add and use unaligned integer types 2015-06-24 12:00:41 +02:00
ieee1588fwd.c app/testpmd: fix ieee1588 32-bit timestamp log 2015-07-22 12:00:05 +02:00
iofwd.c tailq: remove unneeded inclusions 2015-03-10 11:47:46 +01:00
macfwd-retry.c tailq: remove unneeded inclusions 2015-03-10 11:47:46 +01:00
macfwd.c app/testpmd: add qinq stripping and insertion 2015-07-07 16:42:11 +02:00
macswap.c app/testpmd: add qinq stripping and insertion 2015-07-07 16:42:11 +02:00
Makefile drivers: create new directory 2015-05-22 15:51:38 +02:00
mempool_anon.c app: fix whitespace 2015-06-12 11:10:10 +02:00
mempool_osdep.h remove trailing whitespaces 2014-06-11 00:29:34 +02:00
parameters.c app/testpmd: detect numa socket count 2015-10-24 21:41:17 +02:00
rxonly.c mbuf: remove packet type from offload flags 2015-09-03 19:22:48 +02:00
testpmd.c app/testpmd: detect numa socket count 2015-10-24 21:41:17 +02:00
testpmd.h app/testpmd: detect numa socket count 2015-10-24 21:41:17 +02:00
txonly.c app/testpmd: add qinq stripping and insertion 2015-07-07 16:42:11 +02:00