You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/release-notes.rst
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,12 @@ Changes and New Features
36
36
37
37
* - Version
38
38
- Description
39
+
* - 25.7.0
40
+
- | - Added support for OpenShift v4.19.
41
+
|- Added support for RHEL v9.6.
42
+
|- Added support for optimized DOCA driver container handling on pod termination, reducing cleanup time and avoiding unnecessary reloads.
43
+
|- Added support for NIC Configuration Operator on Red Hat OpenShift.
44
+
|- Added support for BlueField Firmware Bundle upgrades for BlueField-3 SuperNICs with NIC Configuration Operator.
39
45
* - 25.4.0
40
46
- | - Added support for NVIDIA NIC Configuration Operator deployment through NicClusterPolicy CR, since using Helm chart will be deprecated in future releases.
41
47
|- Integrate NVIDIA Network Operator with NVIDIA Maintenance Operator for DOCA-OFED Driver container upgrade.
@@ -153,6 +159,8 @@ Upgrade Notes
153
159
154
160
* - Version
155
161
- Notes
162
+
* - 25.7.0
163
+
- | - MOFED driver container older than 5.7-0.1.2.0 is not supported.
156
164
* - 25.4.0
157
165
- | - Whereabouts support is deprecated in Network Operator 25.4.
158
166
It is advised to migrate to NV-IPAM as 'ipam' plugin.
@@ -214,10 +222,13 @@ Known Limitations
214
222
215
223
* - Version
216
224
- Description
225
+
* - 25.7.0
226
+
- | - NVIDIA DOCA-OFED Driver container can not start after kernel upgrade on OCP. To make Driver container work, please remove `/var/opt/mofed-container/inventory` directory on the host.
227
+
|- DOCA driver container deployment may fail if NVIDIA drivers are in use by third-party kernel modules or user-space applications. The recommended workaround is to use non-containerized DOCA drivers deployed via the DOCA-Host package.
228
+
|- SR-IOV Network Operator doesn't support SR-IOV SystemD configuration mode.
217
229
* - 25.1.0
218
230
- | - In Infiniband mode, due to a kernel bug, there is a limitation on the number of Virtual Functions (VFs) on a single Physical Function (PF).
219
231
The recommendation is to create up to 16 VFs per PF. Larger number will cause "ip link show dev <device_name>" to fail with a "Message too long" error.
220
-
|- SR-IOV switchdev mode is not supported on SLES.
221
232
|- In infiniband mode, in case of existing Intel NICs, loaded `irdma` module should be unloaded before deploying DOCA-OFED driver.
222
233
* - 24.10.0
223
234
- | - There is a known limitation when using NVIDIA NICs as **primary network interfaces**. If the NVIDIA DOCA-OFED Driver container is configured to be deployed, we cannot guarantee that the inbox or pre-installed NVIDIA NIC driver will unload successfully if it remains in use.
0 commit comments