[dpdk-dev] [PATCH v2] config/arm: add Qualcomm Centriq 2400 part number

Thierry Herbelot thierry.herbelot at 6wind.com
Tue May 25 10:24:02 CEST 2021


0xc00 is for "SoC 2.0" Qualcom Centriq servers.
0x800 is for "SoC 1.1".

Cc: Jerin Jacob <jerinj at marvell.com>
Cc: Ruifeng Wang <ruifeng.wang at arm.com>
Cc: Honnappa Nagarahalli <honnappa.nagarahalli at arm.com>
Cc: Juraj Linkeš <juraj.linkes at pantheon.tech>

Signed-off-by: Thierry Herbelot <thierry.herbelot at 6wind.com>
--
V2: add maintainers as Cc
---
 config/arm/meson.build | 1 +
 1 file changed, 1 insertion(+)

diff --git a/config/arm/meson.build b/config/arm/meson.build
index e83a56e0d589..971a050efd93 100644
--- a/config/arm/meson.build
+++ b/config/arm/meson.build
@@ -226,6 +226,7 @@ soc_bluefield = {
 soc_centriq2400 = {
     'description': 'Qualcomm Centriq 2400',
     'implementer': '0x51',
+    'part_number': '0x800',
     'part_number': '0xc00',
     'numa': false
 }
-- 
2.29.2



More information about the dev mailing list