Skip to content

Commit 9e3bab5

Browse files
authored
Merge pull request #46549 from ogradyp/BZ2087697
BZ2087697: Added section on Verifying that the interface is successfully partitioned
2 parents 7612b00 + 68d7507 commit 9e3bab5

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

modules/nw-sriov-nic-partitioning.adoc

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,26 @@ spec:
6969
pfNames: ["netpf0#8-15"]
7070
deviceType: vfio-pci
7171
----
72+
73+
.Verifying that the interface is successfully partitioned
74+
Confirm that the interface partitioned to virtual functions (VFs) for the SR-IOV device by running the following command.
75+
76+
[source,terminal]
77+
----
78+
$ ip link show <interface> <1>
79+
----
80+
81+
<1> Replace `<interface>` with the interface that you specified when partitioning to VFs for the SR-IOV device, for example, `ens3f1`.
82+
83+
.Example output
84+
[source,terminal]
85+
----
86+
5: ens3f1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP mode DEFAULT group default qlen 1000
87+
link/ether 3c:fd:fe:d1:bc:01 brd ff:ff:ff:ff:ff:ff
88+
89+
vf 0 link/ether 5a:e7:88:25:ea:a0 brd ff:ff:ff:ff:ff:ff, spoof checking on, link-state auto, trust off
90+
vf 1 link/ether 3e:1d:36:d7:3d:49 brd ff:ff:ff:ff:ff:ff, spoof checking on, link-state auto, trust off
91+
vf 2 link/ether ce:09:56:97:df:f9 brd ff:ff:ff:ff:ff:ff, spoof checking on, link-state auto, trust off
92+
vf 3 link/ether 5e:91:cf:88:d1:38 brd ff:ff:ff:ff:ff:ff, spoof checking on, link-state auto, trust off
93+
vf 4 link/ether e6:06:a1:96:2f:de brd ff:ff:ff:ff:ff:ff, spoof checking on, link-state auto, trust off
94+
----

0 commit comments

Comments
 (0)