patch 'config/arm: enable NUMA for Neoverse N2' has been queued to stable release 23.11.6
Shani Peretz
shperetz at nvidia.com
Thu Dec 25 10:17:32 CET 2025
Hi,
FYI, your patch has been queued to stable release 23.11.6
Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 12/30/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/shanipr/dpdk-stable
This queued commit can be viewed at:
https://github.com/shanipr/dpdk-stable/commit/5e855c21c79a00f16d7b19b09579f5c95e21dd03
Thanks.
Shani
---
>From 5e855c21c79a00f16d7b19b09579f5c95e21dd03 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 37cd870718..0b892fc0a6 100644
--- a/config/arm/meson.build
+++ b/config/arm/meson.build
@@ -483,7 +483,7 @@ soc_n2 = {
'description': 'Arm Neoverse N2',
'implementer': '0x41',
'part_number': '0xd49',
- 'numa': false
+ 'numa': true
}
soc_cn9k = {
--
2.43.0
---
Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- - 2025-12-25 11:16:36.928892226 +0200
+++ 0011-config-arm-enable-NUMA-for-Neoverse-N2.patch 2025-12-25 11:16:35.344901000 +0200
@@ -1 +1 @@
-From 6edcec237e31fcdb848cca6c151ee7a5bf057c28 Mon Sep 17 00:00:00 2001
+From 5e855c21c79a00f16d7b19b09579f5c95e21dd03 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 37cd870718..0b892fc0a6 100644
@@ -22 +23 @@
-@@ -602,7 +602,7 @@ soc_n2 = {
+@@ -483,7 +483,7 @@ soc_n2 = {
@@ -30 +31 @@
- soc_n3 = {
+ soc_cn9k = {
More information about the stable
mailing list