Thread (20 messages) 20 messages, 4 authors, 2021-07-09

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

From: Ruifeng Wang <hidden>
Date: 2021-06-18 02:10:03

quoted hunk ↗ jump to hunk
-----Original Message-----
From: Thierry Herbelot <redacted>
Sent: Thursday, June 17, 2021 11:13 PM
To: dev@dpdk.org
Cc: Thierry Herbelot <redacted>; thomas@monjalon.net;
jerinj@marvell.com; Ruifeng Wang [off-list ref]; Honnappa
Nagarahalli [off-list ref]; Juraj Linkeš
[off-list ref]
Subject: [PATCH V6] config/arm: add Qualcomm Centriq 2400 part number

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

Cc: Jerin Jacob <redacted>
Cc: Ruifeng Wang <redacted>
Cc: Honnappa Nagarahalli <redacted>
Cc: Juraj Linkeš <redacted>

Signed-off-by: Thierry Herbelot <redacted>
--
V2: add maintainers as Cc
V3: fix meson syntax for the SoC v1.1 machine description
V4: add new soc_centriq2400_v1_1 to the supported SoC list
V5: remove 'soc_' prefix in the supported SoC list
V6: remove soc declarations for Centriq 2400 (SoC v1.1)
---
 config/arm/meson.build | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/config/arm/meson.build b/config/arm/meson.build index
e83a56e0d589..9795ef08bc08 100644
--- a/config/arm/meson.build
+++ b/config/arm/meson.build
@@ -179,7 +179,8 @@ implementer_qualcomm = {
         ['RTE_MAX_NUMA_NODES', 1]
     ],
     'part_number_config': {
-        '0xc00': {'machine_args':  ['-march=armv8-a+crc']}
+        '0x800': {'machine_args':  ['-march=armv8-a+crc']},
+        '0xc00': {'machine_args':  ['-march=armv8-a+crc']},
Nit, redundant comma at the end of the line.
With suggested change,
Acked-by: Ruifeng Wang <redacted>

Thanks.
     }
 }

--
2.29.2
  
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help