* [dpdk-dev] [PATCH] config: thunderx: select maximum supported numa nodes and lcores
@ 2016-06-13 14:01 Jerin Jacob
2016-06-15 13:28 ` Thomas Monjalon
0 siblings, 1 reply; 2+ messages in thread
From: Jerin Jacob @ 2016-06-13 14:01 UTC (permalink / raw)
To: dev; +Cc: thomas.monjalon, bruce.richardson, ferruh.yigit, Jerin Jacob
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(+)
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [dpdk-dev] [PATCH] config: thunderx: select maximum supported numa nodes and lcores
2016-06-13 14:01 [dpdk-dev] [PATCH] config: thunderx: select maximum supported numa nodes and lcores Jerin Jacob
@ 2016-06-15 13:28 ` Thomas Monjalon
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Monjalon @ 2016-06-15 13:28 UTC (permalink / raw)
To: Jerin Jacob; +Cc: dev, bruce.richardson, ferruh.yigit
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-06-15 13:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-13 14:01 [dpdk-dev] [PATCH] config: thunderx: select maximum supported numa nodes and lcores Jerin Jacob
2016-06-15 13:28 ` Thomas Monjalon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).