diff options
author | pmikus <peter.mikus@protonmail.ch> | 2024-01-15 11:58:35 +0000 |
---|---|---|
committer | Peter Mikus <peter.mikus@protonmail.ch> | 2024-01-15 12:03:55 +0000 |
commit | 5a9bf9749c188c6d8b7b744813691ce952f69179 (patch) | |
tree | 2b04c92af5fc66904568c880e98373935a515101 /fdio.infra.ansible/roles/mellanox | |
parent | 5c99cc70c216a9ce7e2664e7d230f5fdb00359d7 (diff) |
feat(ansible): DPDK compatibility matrix
Signed-off-by: Peter Mikus <peter.mikus@protonmail.ch>
Change-Id: I746471b59e1fb00a00007b6e9f2ba02d873ae3e2
Diffstat (limited to 'fdio.infra.ansible/roles/mellanox')
-rw-r--r-- | fdio.infra.ansible/roles/mellanox/defaults/main.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fdio.infra.ansible/roles/mellanox/defaults/main.yaml b/fdio.infra.ansible/roles/mellanox/defaults/main.yaml index 526b65737b..de66be2d6b 100644 --- a/fdio.infra.ansible/roles/mellanox/defaults/main.yaml +++ b/fdio.infra.ansible/roles/mellanox/defaults/main.yaml @@ -25,6 +25,6 @@ mellanox_compatibility_matrix: 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 + dpdk23.11: + # https://doc.dpdk.org/guides/rel_notes/release_23_11.html ofed: "23.07-0.5.0.0" |