DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] config/arm: restore support for Qualcomm servers
@ 2021-04-28 16:08 Thierry Herbelot
  2021-04-28 17:47 ` Thomas Monjalon
                   ` (2 more replies)
  0 siblings, 3 replies; 19+ messages in thread
From: Thierry Herbelot @ 2021-04-28 16:08 UTC (permalink / raw)
  To: dev; +Cc: Thierry Herbelot, Thomas Monjalon, Honnappa Nagarahalli, Ruifeng Wang

Like for other Arm chips, the 'soc' entry is also needed.

Fixes: fddbe822c3eb ("config/arm: add Qualcomm")

Signed-off-by: Thierry Herbelot <thierry.herbelot@6wind.com>
---
 config/arm/meson.build | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/config/arm/meson.build b/config/arm/meson.build
index 22cd81319c06..83df190343b1 100644
--- a/config/arm/meson.build
+++ b/config/arm/meson.build
@@ -298,6 +298,13 @@ soc_octeontx2 = {
     'numa': false
 }
 
+soc_qualcomm = {
+    'description': 'Qualcomm',
+    'implementer': '0x51',
+    'part_number': '0xc00',
+    'numa': false
+}
+
 soc_stingray = {
     'description': 'Broadcom Stingray',
     'implementer': '0x41',
@@ -334,6 +341,7 @@ socs = {
     'n1sdp': soc_n1sdp,
     'n2': soc_n2,
     'octeontx2': soc_octeontx2,
+    'qualcomm': soc_qualcomm,
     'stingray': soc_stingray,
     'thunderx2': soc_thunderx2,
     'thunderxt88': soc_thunderxt88
-- 
2.29.2


^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2021-05-19 10:09 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-28 16:08 [dpdk-dev] [PATCH] config/arm: restore support for Qualcomm servers Thierry Herbelot
2021-04-28 17:47 ` Thomas Monjalon
2021-04-28 18:21   ` Honnappa Nagarahalli
2021-04-28 18:26     ` Thierry Herbelot
2021-04-29  7:09 ` David Marchand
2021-04-29  8:06 ` [dpdk-dev] [PATCH-V2] " Thierry Herbelot
2021-04-29  9:16   ` Juraj Linkeš
2021-04-29  9:23   ` [dpdk-dev] [PATCH-V3] " Thierry Herbelot
2021-04-29 10:00     ` Juraj Linkeš
2021-04-29 10:07     ` [dpdk-dev] [PATCH-V4] " Thierry Herbelot
2021-04-29 15:03       ` Ruifeng Wang
2021-04-29 15:16       ` [dpdk-dev] [PATCH-V5] " Thierry Herbelot
2021-04-30  6:07         ` Juraj Linkeš
2021-05-06  9:25         ` [dpdk-dev] [PATCH-V6] " Thierry Herbelot
2021-05-07  7:22           ` Ruifeng Wang
2021-05-07  7:43             ` Juraj Linkeš
2021-05-07  8:48           ` [dpdk-dev] [PATCH-V7] config/arm: add Qualcomm Centriq 2400 SoC config Thierry Herbelot
2021-05-13  9:35             ` Ruifeng Wang
2021-05-19 10:09               ` Thomas Monjalon

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).