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

Message ID 1465826492-22456-1-git-send-email-jerin.jacob@caviumnetworks.com (mailing list archive)
State Accepted, archived
Delegated to: Thomas Monjalon
Headers

Commit Message

Jerin Jacob June 13, 2016, 2:01 p.m. UTC
  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 | 2 ++
 1 file changed, 2 insertions(+)
  

Comments

Thomas Monjalon June 15, 2016, 1:28 p.m. UTC | #1
2016-06-13 19:31, Jerin Jacob:
> ThunderX platform can support dual sockets numa configuration and 48
> cores per socket.
> 
> Signed-off-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>

Applied, thanks
  

Patch

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