diff options
author | pmikus <peter.mikus@protonmail.ch> | 2023-05-10 10:48:51 +0000 |
---|---|---|
committer | Peter Mikus <peter.mikus@protonmail.ch> | 2023-05-10 10:50:07 +0000 |
commit | 6819af5811aef8c59e983de5c50169b6ceb8f43c (patch) | |
tree | 3a7a1f032d0f027727d2477c5b787ed473390430 /fdio.infra.ansible/roles/mellanox/tasks | |
parent | 4f3004e217d2514154fd82a8efb4125c54584e44 (diff) |
feat(infra): DPDK 23.03 compatibility matrix
Signed-off-by: pmikus <peter.mikus@protonmail.ch>
Change-Id: I9e052894d3f38aef12e1a45e60ea23dc151c5a46
Diffstat (limited to 'fdio.infra.ansible/roles/mellanox/tasks')
-rw-r--r-- | fdio.infra.ansible/roles/mellanox/tasks/ofed.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |