diff options
Diffstat (limited to 'fdio.infra.ansible/roles/mellanox')
-rw-r--r-- | fdio.infra.ansible/roles/mellanox/defaults/main.yaml | 4 | ||||
-rw-r--r-- | fdio.infra.ansible/roles/mellanox/tasks/ofed.yaml | 2 |
2 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 ed58892e63..3ded9fb338 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.03: # https://doc.dpdk.org/guides/rel_notes/release_22_03.html ofed: "5.9-0.5.6.0" - dpdk22.07: - # https://doc.dpdk.org/guides/rel_notes/release_22_07.html + dpdk23.03: + # https://doc.dpdk.org/guides/rel_notes/release_23_03.html ofed: "5.9-0.5.6.0" diff --git a/fdio.infra.ansible/roles/mellanox/tasks/ofed.yaml b/fdio.infra.ansible/roles/mellanox/tasks/ofed.yaml index 1084156412..5b82b1134b 100644 --- a/fdio.infra.ansible/roles/mellanox/tasks/ofed.yaml +++ b/fdio.infra.ansible/roles/mellanox/tasks/ofed.yaml @@ -21,7 +21,7 @@ - mellanox-inst-drivers - name: Inst - OFED - ansible.builtin.command: "./mlnxofedinstall --with-mft --dpdk --force --upstream-libs --without-fw-update" + ansible.builtin.command: "./mlnxofedinstall --with-mft --dpdk --force --upstream-libs" #--without-fw-update" args: chdir: "{{ mellanox_extract_dir }}/MLNX_OFED_LINUX-{{ ofed }}-{{ ansible_distribution|lower }}{{ ansible_distribution_version }}-{{ ansible_machine }}" when: mellanox_firmware_extracted |