feat(infra): DPDK 23.03 compatibility matrix
[csit.git] / fdio.infra.ansible / roles / mellanox / defaults / main.yaml
index 0961ec7..3ded9fb 100644 (file)
@@ -1,5 +1,5 @@
 ---
-# file: roles/mellanox/defaults/main.yaml
+# file: defaults/main.yaml
 
 packages: "{{ packages_base + packages_by_distro[ansible_distribution | lower] + packages_by_arch[ansible_machine] }}"
 
@@ -18,4 +18,13 @@ packages_by_arch:
   x86_64:
     - []
 
-mellanox_version: "5.2-1.0.4.0"
\ No newline at end of file
+mellanox_download_url: "http://content.mellanox.com/ofed"
+mellanox_extract_dir: "/opt"
+
+mellanox_compatibility_matrix:
+  dpdk22.03:
+    # https://doc.dpdk.org/guides/rel_notes/release_22_03.html
+    ofed: "5.9-0.5.6.0"
+  dpdk23.03:
+    # https://doc.dpdk.org/guides/rel_notes/release_23_03.html
+    ofed: "5.9-0.5.6.0"