diff options
author | pmikus <peter.mikus@protonmail.ch> | 2023-08-15 08:09:57 +0000 |
---|---|---|
committer | Peter Mikus <peter.mikus@protonmail.ch> | 2023-08-17 08:32:17 +0000 |
commit | 2f9a8c578382d137d4cc4f4ee0cdbcb16c202d1f (patch) | |
tree | 199e8081f8edb77f7ae37d9a04dc408d73b51821 /fdio.infra.ansible/roles/mellanox/defaults | |
parent | 947057d7310cd1602119258c6b82fbb25fe1b79d (diff) |
feat(ansible): DPDK 23.07
Signed-off-by: pmikus <peter.mikus@protonmail.ch>
Change-Id: I0d153b1c749adaa9313e586a0c0625000128769c
Diffstat (limited to 'fdio.infra.ansible/roles/mellanox/defaults')
-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" |