1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-06 06:46:26 +01:00

OCPBUGS#38075: Adding a note about isRdma

This commit is contained in:
srir
2024-11-12 12:50:49 +05:30
parent 1aee1dac3b
commit fc423efae8

View File

@@ -99,6 +99,11 @@ For a Mellanox NIC to work in DPDK mode on bare metal nodes, use the `netdevice`
If the `isRdma` parameter is set to `true`, you can continue to use the RDMA-enabled VF as a normal network device. A device can be used in either mode.
+
Set `isRdma` to `true` and additionally set `needVhostNet` to `true` to configure a Mellanox NIC for use with Fast Datapath DPDK applications.
+
[NOTE]
====
You cannot set the `isRdma` parameter to `true` for intel NICs.
====
<18> Optional: The link type for the VFs. The default value is `eth` for Ethernet. Change this value to 'ib' for InfiniBand.
+