config: support 128 cores
authorDidier Pallard <didier.pallard@6wind.com>
Tue, 22 Apr 2014 10:20:25 +0000 (10:20 +0000)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 25 Nov 2014 13:06:40 +0000 (14:06 +0100)
New platforms have more than 64 cores.
Set default max cores number to 128.

Signed-off-by: Didier Pallard <didier.pallard@6wind.com>
Acked-by: David Marchand <david.marchand@6wind.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
config/common_bsdapp
config/common_linuxapp

index 57cad76..c4cab7b 100644 (file)
@@ -88,7 +88,7 @@ CONFIG_RTE_LIBNAME=intel_dpdk
 # Compile Environment Abstraction Layer
 #
 CONFIG_RTE_LIBRTE_EAL=y
-CONFIG_RTE_MAX_LCORE=64
+CONFIG_RTE_MAX_LCORE=128
 CONFIG_RTE_MAX_NUMA_NODES=8
 CONFIG_RTE_MAX_MEMSEG=256
 CONFIG_RTE_MAX_MEMZONE=2560
index 86a0d15..6243d4b 100644 (file)
@@ -113,7 +113,7 @@ CONFIG_RTE_LIBGLOSS=n
 # Compile Environment Abstraction Layer
 #
 CONFIG_RTE_LIBRTE_EAL=y
-CONFIG_RTE_MAX_LCORE=64
+CONFIG_RTE_MAX_LCORE=128
 CONFIG_RTE_MAX_NUMA_NODES=8
 CONFIG_RTE_MAX_MEMSEG=256
 CONFIG_RTE_MAX_MEMZONE=2560