DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH 1/2] config/arm: update config for Neoverse N2
@ 2023-05-29  5:57 Ruifeng Wang
  2023-05-29  5:57 ` [PATCH 2/2] build: fix warning when running external command Ruifeng Wang
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Ruifeng Wang @ 2023-05-29  5:57 UTC (permalink / raw)
  To: bruce.richardson
  Cc: dev, jerinj, honnappa.nagarahalli, feifei.wang2, nd, Ruifeng Wang

Updated maximum number of lcores and numa nodes to support platforms
with multiple numa nodes.
Added mcpu compiler option.

Signed-off-by: Ruifeng Wang <ruifeng.wang@arm.com>
Reviewed-by: Feifei Wang <feifei.wang2@arm.com>
---
 config/arm/meson.build | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/config/arm/meson.build b/config/arm/meson.build
index 5213434ca4..9e55e9f2a4 100644
--- a/config/arm/meson.build
+++ b/config/arm/meson.build
@@ -91,11 +91,12 @@ part_number_config_arm = {
     '0xd49': {
         'march': 'armv8.5-a',
         'march_features': ['sve2'],
+	'compiler_options':  ['-mcpu=neoverse-n2'],
         'flags': [
             ['RTE_MACHINE', '"neoverse-n2"'],
             ['RTE_ARM_FEATURE_ATOMICS', true],
-            ['RTE_MAX_LCORE', 64],
-            ['RTE_MAX_NUMA_NODES', 1]
+            ['RTE_MAX_LCORE', 128],
+            ['RTE_MAX_NUMA_NODES', 2]
         ]
     }
 }
-- 
2.25.1


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2023-06-08  5:25 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-29  5:57 [PATCH 1/2] config/arm: update config for Neoverse N2 Ruifeng Wang
2023-05-29  5:57 ` [PATCH 2/2] build: fix warning when running external command Ruifeng Wang
2023-05-29  8:12   ` Bruce Richardson
2023-05-29  7:41 ` [PATCH 1/2] config/arm: update config for Neoverse N2 Juraj Linkeš
2023-06-06 13:51 ` Thomas Monjalon
2023-06-07 15:11 ` [EXT] " Pavan Nikhilesh Bhagavatula
2023-06-08  4:29   ` Ruifeng Wang
2023-06-08  4:34     ` Pavan Nikhilesh Bhagavatula
2023-06-08  5:25       ` Ruifeng Wang

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).