Skip to content

Commit

Permalink
Merge pull request #183 from rollandf/ib-limitation
Browse files Browse the repository at this point in the history
bug: add IB VF limitation
  • Loading branch information
e0ne authored Feb 20, 2025
2 parents b5f8df2 + acd2c65 commit fe53a74
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,9 @@ Known Limitations

* - Version
- Description
* - 25.1.0
- | - 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).
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.
* - 24.10.0
- | - There is a known limitation when using NVIDIA NICs as **primary network interfaces**. If the NVIDIA DOCA 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.
If the current driver does unload, it removes all NVIDIA NIC networking interfaces and netdevices. DOCA driver container then loads new drivers but only restores **basic configuration** (for example, IP addresses) on the primary network interface’s Physical Function (PF) and its Virtual Functions (VFs). More advanced settings (such as VLANs, bonding, and OVS) will **not** be restored automatically.
Expand Down

0 comments on commit fe53a74

Please sign in to comment.