DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH 2/2] config: added support for NVIDIA ARM implementer ID
@ 2023-02-05 15:37 cburdick
  0 siblings, 0 replies; only message in thread
From: cburdick @ 2023-02-05 15:37 UTC (permalink / raw)
  To: bruce.richardson; +Cc: dev, Cliff Burdick

From: Cliff Burdick <cburdick@nvidia.com>

Signed-off-by: Cliff Burdick <cburdick@nvidia.com>
---
 config/arm/meson.build | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/config/arm/meson.build b/config/arm/meson.build
index 6442ec9596..6c3de22f16 100644
--- a/config/arm/meson.build
+++ b/config/arm/meson.build
@@ -159,6 +159,26 @@ implementer_cavium = {
     }
 }
 
+implementer_nvidia = {
+    'description': 'NVIDIA',
+    'flags': [
+        ['RTE_CACHE_LINE_SIZE', 64]
+    ],
+    'part_number_config': {
+        '0x4': {
+            'march': 'armv8-a',
+            'march_features': ['crc', 'crypto', 'lse'],
+            'compiler_options': ['-march=armv8-a+crc+lse+simd'],
+            'flags': [
+                ['RTE_USE_C11_MEM_MODEL', true],
+                ['RTE_MAX_LCORE', 8],
+                ['RTE_MAX_NUMA_NODES', 1],
+                ['RTE_MACHINE', '"armv8a"']
+            ]
+        }
+    }
+}
+
 implementer_ampere = {
     'description': 'Ampere Computing',
     'flags': [
@@ -261,6 +281,7 @@ implementers = {
     '0x41': implementer_arm,
     '0x43': implementer_cavium,
     '0x48': implementer_hisilicon,
+    '0x4e': implementer_nvidia,
     '0x50': implementer_ampere,
     '0x51': implementer_qualcomm,
     '0x70': implementer_phytium,
-- 
2.25.1


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-02-05 15:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-05 15:37 [PATCH 2/2] config: added support for NVIDIA ARM implementer ID cburdick

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