Skip to content

Commit b4c64c4

Browse files
committed
doca 3.2.1 for RL 9.7
1 parent 7e4271f commit b4c64c4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed
Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
---
22

3-
doca_version: "2.9.3" # 2.9 is LTS, last to support ConnectX-4, 3 years for bug fixes and CVE updates
3+
# 2.9 is LTS, last to support ConnectX-4, 3 years for bug fixes and CVE updates:
4+
# https://docs.nvidia.com/doca/archive/2-9-3/changes+and+new+features/index.html
5+
# DOCA 2.9.3 has not been released for rhel 9.7 yet (as of 2025-12-18).
6+
# DOCA 3.2.0 is compatible with rhel 9 but lists Connectx-4 lx as supported but not ConnectX-4:
7+
# https://docs.nvidia.com/doca/sdk/general-support/index.html#src-4413883949_id-.GeneralSupportv3.2.0LC-SupportedPlatformsandNICFirmwareVersions
8+
doca_version: "{{ ansible_distribution_version is version('9.7', '>=') | ternary('3.2.1', '2.9.3') }}"
49
doca_profile: doca-ofed
510
doca_distribution: "{{ doca_version is version('3.2.0', '>=') | ternary(ansible_distribution_major_version, ansible_distribution_version) }}"
611
doca_repo_url: "https://linux.mellanox.com/public/repo/doca/{{ doca_version }}/rhel{{ doca_distribution }}/{{ ansible_architecture }}/"

0 commit comments

Comments
 (0)