DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH] config/arm: sort in alphabetical order
@ 2024-03-07  6:02 Anoob Joseph
  2024-03-07  7:36 ` Morten Brørup
  2024-03-07 14:03 ` Honnappa Nagarahalli
  0 siblings, 2 replies; 4+ messages in thread
From: Anoob Joseph @ 2024-03-07  6:02 UTC (permalink / raw)
  To: Honnappa Nagarahalli, Juraj Linkeš, thomas
  Cc: david.marchand, Jerin Jacob, nd, Pavan Nikhilesh, Ruifeng Wang,
	wathsala.vithanage, dev

Move 'soc_cn9k' above 'soc_cn10k' to have the list alphabetically
sorted.

Signed-off-by: Anoob Joseph <anoobj@marvell.com>
---
 config/arm/meson.build | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/config/arm/meson.build b/config/arm/meson.build
index 0c24aa8293..3f5fb0f242 100644
--- a/config/arm/meson.build
+++ b/config/arm/meson.build
@@ -382,6 +382,16 @@ soc_centriq2400 = {
     'numa': false
 }
 
+soc_cn9k = {
+    'description': 'Marvell OCTEON 9',
+    'implementer': '0x43',
+    'part_number': '0xb2',
+    'numa': false,
+    'flags': [
+        ['RTE_IOVA_IN_MBUF', 0]
+    ]
+}
+
 soc_cn10k = {
     'description' : 'Marvell OCTEON 10',
     'implementer' : '0x41',
@@ -516,16 +526,6 @@ soc_odyssey = {
     ],
 }
 
-soc_cn9k = {
-    'description': 'Marvell OCTEON 9',
-    'implementer': '0x43',
-    'part_number': '0xb2',
-    'numa': false,
-    'flags': [
-        ['RTE_IOVA_IN_MBUF', 0]
-    ]
-}
-
 soc_stingray = {
     'description': 'Broadcom Stingray',
     'implementer': '0x41',
-- 
2.25.1


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

end of thread, other threads:[~2024-03-07 15:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-07  6:02 [PATCH] config/arm: sort in alphabetical order Anoob Joseph
2024-03-07  7:36 ` Morten Brørup
2024-03-07 14:03 ` Honnappa Nagarahalli
2024-03-07 15:43   ` 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).