Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions modules/nw-sriov-networknodepolicy-object.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ spec:
----
<1> The name for the custom resource object.

<2> The namespace where the SR-IOV Operator is installed.
<2> The namespace where the SR-IOV Network Operator is installed.

<3> The resource name of the SR-IOV device plug-in. You can create multiple SR-IOV network node policies for a resource name.
<3> The resource name of the SR-IOV network device plug-in. You can create multiple SR-IOV network node policies for a resource name.

<4> The node selector specifies the nodes to configure. Only SR-IOV network devices on the selected nodes are configured. The SR-IOV Container Network Interface (CNI) plug-in and device plug-in are deployed on selected nodes only.

Expand All @@ -53,7 +53,7 @@ If you specify `rootDevices`, you must also specify a value for `vendor`, `devic

<9> Optional: The vendor hexadecimal code of the SR-IOV network device. The only allowed values are `8086` and `15b3`.

<10> Optional: The device hexadecimal code of the SR-IOV network device. The only allowed values are `158b`, `1015`, and `1017`.
<10> Optional: The device hexadecimal code of the SR-IOV network device. For example, `101b` is the device ID for a Mellanox ConnectX-6 device.

<11> Optional: An array of one or more physical function (PF) names for the device.

Expand Down