Skip to content

Commit e90778e

Browse files
authored
Update Set-NetAdapterSriov.md
updated 2012r2 version of the document
1 parent a401331 commit e90778e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

5454
### EXAMPLE 2
5555
```
56-
PS C:\>Set-NetAdapterSriov -Name "Ethernet 2" -NumVFs 31 -VPorts 64 -NumQueuePairsForDefaultVPort 2 -NumQueuePairsForNonDefaultVPort 2
56+
PS C:\>Set-NetAdapterSriov -Name "Ethernet 2" -NumVFs 31 -NumQueuePairsForDefaultVPort 2 -NumQueuePairsForNonDefaultVPort 2
5757
```
5858

59-
This example sets the number of VFs to 31 and the total number of VPorts to 64.
59+
This example sets the number of VFs to 31.
6060
This will result in 31 VF and `32` virtual machine queue (VMQ), plus 1 used by the physical function (PF).
6161
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`.
6262

0 commit comments

Comments
 (0)