config: select maximum nodes and cores on ThunderX
authorJerin Jacob <jerin.jacob@caviumnetworks.com>
Mon, 13 Jun 2016 14:01:32 +0000 (19:31 +0530)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 15 Jun 2016 13:29:02 +0000 (15:29 +0200)
ThunderX platform can support dual sockets numa configuration and 48
cores per socket.

Signed-off-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
config/defconfig_arm64-thunderx-linuxapp-gcc

index fe5e987..9818a2e 100644 (file)
@@ -34,3 +34,5 @@
 CONFIG_RTE_MACHINE="thunderx"
 
 CONFIG_RTE_CACHE_LINE_SIZE=128
+CONFIG_RTE_MAX_NUMA_NODES=2
+CONFIG_RTE_MAX_LCORE=96