patch 'config/arm: enable NUMA for Neoverse N2' has been queued to stable release 24.11.4

Kevin Traynor ktraynor at redhat.com
Fri Oct 31 15:34:11 CET 2025


Hi,

FYI, your patch has been queued to stable release 24.11.4

Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 11/05/25. So please
shout if anyone has objections.

Also note that after the patch there's a diff of the upstream commit vs the
patch applied to the branch. This will indicate if there was any rebasing
needed to apply to the stable branch. If there were code changes for rebasing
(ie: not only metadata diffs), please double check that the rebase was
correctly done.

Queued patches are on a temporary branch at:
https://github.com/kevintraynor/dpdk-stable

This queued commit can be viewed at:
https://github.com/kevintraynor/dpdk-stable/commit/106afb7fd52597cb30fb1f4f1356ffca82784f07

Thanks.

Kevin

---
>From 106afb7fd52597cb30fb1f4f1356ffca82784f07 Mon Sep 17 00:00:00 2001
From: Thierry Herbelot <thierry.herbelot at 6wind.com>
Date: Thu, 16 Oct 2025 10:05:33 +0200
Subject: [PATCH] config/arm: enable NUMA for Neoverse N2

[ upstream commit 6edcec237e31fcdb848cca6c151ee7a5bf057c28 ]

Configuration for hex code '0xd49' enables two NUMA nodes.
Then, the corresponding 'soc_n2' should allow 'numa'.

Fixes: ea85ed1f6882 ("config/arm: increase nodes and cores for Neoverse N2")

Signed-off-by: Thierry Herbelot <thierry.herbelot at 6wind.com>
Acked-by: Doug Foster <doug.foster at arm.com>
---
 config/arm/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/arm/meson.build b/config/arm/meson.build
index 1e66434b6b..4444083b4a 100644
--- a/config/arm/meson.build
+++ b/config/arm/meson.build
@@ -588,5 +588,5 @@ soc_n2 = {
     'implementer': '0x41',
     'part_number': '0xd49',
-    'numa': false
+    'numa': true
 }
 
-- 
2.51.0

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2025-10-31 13:53:56.098082721 +0000
+++ 0129-config-arm-enable-NUMA-for-Neoverse-N2.patch	2025-10-31 13:53:52.326630538 +0000
@@ -1 +1 @@
-From 6edcec237e31fcdb848cca6c151ee7a5bf057c28 Mon Sep 17 00:00:00 2001
+From 106afb7fd52597cb30fb1f4f1356ffca82784f07 Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit 6edcec237e31fcdb848cca6c151ee7a5bf057c28 ]
+
@@ -10 +11,0 @@
-Cc: stable at dpdk.org
@@ -19 +20 @@
-index f2567adf06..ec9e08cb5e 100644
+index 1e66434b6b..4444083b4a 100644
@@ -22 +23 @@
-@@ -603,5 +603,5 @@ soc_n2 = {
+@@ -588,5 +588,5 @@ soc_n2 = {



More information about the stable mailing list