diff options
author | pmikus <peter.mikus@protonmail.ch> | 2022-10-19 08:19:13 +0000 |
---|---|---|
committer | Peter Mikus <peter.mikus@protonmail.ch> | 2022-10-19 08:20:27 +0000 |
commit | a338c67531141cf0eed59ed266d523e62d497765 (patch) | |
tree | 4a93640ab3b9539a2ba205158b9e672a4ea1cce9 /fdio.infra.ansible/roles/mellanox | |
parent | 1992923050127445b5f08fbc1a7fdc00d4417915 (diff) |
docs(report): Infra updates.
Signed-off-by: pmikus <peter.mikus@protonmail.ch>
Change-Id: Ib7b3ce9ca94c972c022b087f024ec7df0f525719
Diffstat (limited to 'fdio.infra.ansible/roles/mellanox')
-rw-r--r-- | fdio.infra.ansible/roles/mellanox/defaults/main.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fdio.infra.ansible/roles/mellanox/defaults/main.yaml b/fdio.infra.ansible/roles/mellanox/defaults/main.yaml index b071f030ae..06089ddfac 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_cx5_compatibility_matrix: - dpdk21.02: - # https://doc.dpdk.org/guides/rel_notes/release_21_02.html - ofed: "5.3-1.0.5.0" + dpdk22.03: + # https://doc.dpdk.org/guides/rel_notes/release_22_03.html + ofed: "5.6-1.0.3.3" dpdk22.07: # https://doc.dpdk.org/guides/rel_notes/release_22_07.html ofed: "5.6-1.0.3.3" |