diff options
Diffstat (limited to 'fdio.infra.ansible/roles/mellanox/defaults/main.yaml')
-rw-r--r-- | fdio.infra.ansible/roles/mellanox/defaults/main.yaml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/fdio.infra.ansible/roles/mellanox/defaults/main.yaml b/fdio.infra.ansible/roles/mellanox/defaults/main.yaml index 3ded9fb338..526b65737b 100644 --- a/fdio.infra.ansible/roles/mellanox/defaults/main.yaml +++ b/fdio.infra.ansible/roles/mellanox/defaults/main.yaml @@ -22,9 +22,9 @@ 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 + dpdk22.07: + # https://doc.dpdk.org/guides/rel_notes/release_22_07.html ofed: "5.9-0.5.6.0" + dpdk23.07: + # https://doc.dpdk.org/guides/rel_notes/release_23_07.html + ofed: "23.07-0.5.0.0" |