Skip to content

Commit

Permalink
Merge pull request #80779 from JoeAldinger/OSDOCS-11532-1
Browse files Browse the repository at this point in the history
OSDOCS-11532-1: fixes vf limit for SR-IOV
  • Loading branch information
JoeAldinger authored Aug 22, 2024
2 parents a1ed1cb + e4298f3 commit 3183f7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nw-sriov-networknodepolicy-object.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ If you want to create virtual function on the default network interface, ensure

<7> Optional: Set `needVhostNet` to `true` to mount the `/dev/vhost-net` device in the pod. Use the mounted `/dev/vhost-net` device with Data Plane Development Kit (DPDK) to forward traffic to the kernel network stack.

<8> The number of the virtual functions (VF) to create for the SR-IOV physical network device. For an Intel network interface controller (NIC), the number of VFs cannot be larger than the total VFs supported by the device. For a Mellanox NIC, the number of VFs cannot be larger than `128`.
<8> The number of the virtual functions (VF) to create for the SR-IOV physical network device. For an Intel network interface controller (NIC), the number of VFs cannot be larger than the total VFs supported by the device. For a Mellanox NIC, the number of VFs cannot be larger than `127`.

<9> Set `externallyManaged` to `true` to allow the SR-IOV Network Operator to use all or a subset of externally managed virtual functions (VFs) and attach them to pods. With the value set to `false` the SR-IOV Network Operator manages and configures all allocated VFs.
+
Expand Down

0 comments on commit 3183f7f

Please sign in to comment.