Skip to content

Commit 3900949

Browse files
authored
Update Set-NetAdapterSriov.md
updated 2012 version of the document
1 parent af142c1 commit 3900949

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docset/winserver2012-ps/netadapter/Set-NetAdapterSriov.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ This example sets the number of VFs available to 31 on the network adapter named
4848

4949
### EXAMPLE 2
5050
```
51-
PS C:\>Set-NetAdapterSriov -Name "Ethernet 2" -NumVFs 31 -VPorts 64 -NumQueuePairsForDefaultVPort 2 -NumQueuePairsForNonDefaultVPort 2
51+
PS C:\>Set-NetAdapterSriov -Name "Ethernet 2" -NumVFs 31 -NumQueuePairsForDefaultVPort 2 -NumQueuePairsForNonDefaultVPort 2
5252
```
5353

54-
This example sets the number of VFs to 31 and the total number of VPorts to 64.
54+
This example sets the number of VFs to 31.
5555
This will result in 31 VF and `32` virtual machine queue (VMQ), plus 1 used by the physical function (PF).
5656
Since the number of queue pair is set to 2 for both default and non-default ports, the total number of queue pairs used will be `128`.
5757

0 commit comments

Comments
 (0)