From: Didier Pallard Date: Tue, 22 Apr 2014 10:20:25 +0000 (+0000) Subject: config: support 128 cores X-Git-Tag: spdx-start~10081 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=b91c67e5a693211862aa7dc3b78630b4e856c2af;p=dpdk.git config: support 128 cores New platforms have more than 64 cores. Set default max cores number to 128. Signed-off-by: Didier Pallard Acked-by: David Marchand Acked-by: Bruce Richardson --- diff --git a/config/common_bsdapp b/config/common_bsdapp index 57cad76ed9..c4cab7b6ad 100644 --- a/config/common_bsdapp +++ b/config/common_bsdapp @@ -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 diff --git a/config/common_linuxapp b/config/common_linuxapp index 86a0d1545f..6243d4bcbc 100644 --- a/config/common_linuxapp +++ b/config/common_linuxapp @@ -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