* [PATCH] config/arm: fix inconsistency for Neoverse N2
@ 2025-10-16 8:05 Thierry Herbelot
2025-10-23 0:28 ` Doug Foster
0 siblings, 1 reply; 2+ messages in thread
From: Thierry Herbelot @ 2025-10-16 8:05 UTC (permalink / raw)
To: dev
Cc: Thierry Herbelot, Thomas Monjalon, Bruce Richardson,
Wathsala Vithanage, stable, Olivier Matz
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@6wind.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 665f3fa38fcf..316f23941996 100644
--- a/config/arm/meson.build
+++ b/config/arm/meson.build
@@ -590,7 +590,7 @@ soc_n2 = {
'description': 'Arm Neoverse N2',
'implementer': '0x41',
'part_number': '0xd49',
- 'numa': false
+ 'numa': true
}
soc_n3 = {
--
2.39.2
^ permalink raw reply [flat|nested] 2+ messages in thread
* RE: [PATCH] config/arm: fix inconsistency for Neoverse N2
2025-10-16 8:05 [PATCH] config/arm: fix inconsistency for Neoverse N2 Thierry Herbelot
@ 2025-10-23 0:28 ` Doug Foster
0 siblings, 0 replies; 2+ messages in thread
From: Doug Foster @ 2025-10-23 0:28 UTC (permalink / raw)
To: Thierry Herbelot, dev
Cc: thomas, Bruce Richardson, Wathsala Vithanage, stable, Olivier Matz
Acked-by: Doug Foster <doug.foster@arm.com>
>-----Original Message-----
>From: Thierry Herbelot <thierry.herbelot@6wind.com>
>Sent: Thursday, October 16, 2025 3:06 AM
>To: dev@dpdk.org
>Cc: Thierry Herbelot <thierry.herbelot@6wind.com>; thomas@monjalon.net;
>Bruce Richardson <bruce.richardson@intel.com>; Wathsala Vithanage
><wathsala.vithanage@arm.com>; stable@dpdk.org; Olivier Matz
><olivier.matz@6wind.com>
>Subject: [PATCH] config/arm: fix inconsistency for Neoverse N2
>
>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@6wind.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
>665f3fa38fcf..316f23941996 100644
>--- a/config/arm/meson.build
>+++ b/config/arm/meson.build
>@@ -590,7 +590,7 @@ soc_n2 = {
> 'description': 'Arm Neoverse N2',
> 'implementer': '0x41',
> 'part_number': '0xd49',
>- 'numa': false
>+ 'numa': true
> }
>
> soc_n3 = {
>--
>2.39.2
IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-10-23 0:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-10-16 8:05 [PATCH] config/arm: fix inconsistency for Neoverse N2 Thierry Herbelot
2025-10-23 0:28 ` Doug Foster
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).