[dpdk-dev] [PATCH] config: thunderx: select maximum supported numa nodes and lcores

Jerin Jacob jerin.jacob at caviumnetworks.com
Mon Jun 13 16:01:32 CEST 2016


ThunderX platform can support dual sockets numa configuration and 48
cores per socket.

Signed-off-by: Jerin Jacob <jerin.jacob at caviumnetworks.com>
---
 config/defconfig_arm64-thunderx-linuxapp-gcc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/config/defconfig_arm64-thunderx-linuxapp-gcc b/config/defconfig_arm64-thunderx-linuxapp-gcc
index 7940bbd..a5b1e24 100644
--- a/config/defconfig_arm64-thunderx-linuxapp-gcc
+++ b/config/defconfig_arm64-thunderx-linuxapp-gcc
@@ -34,6 +34,8 @@
 CONFIG_RTE_MACHINE="thunderx"
 
 CONFIG_RTE_CACHE_LINE_SIZE=128
+CONFIG_RTE_MAX_NUMA_NODES=2
+CONFIG_RTE_MAX_LCORE=96
 
 #
 # Compile Cavium Thunderx NICVF PMD driver
-- 
2.5.5



More information about the dev mailing list