File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docset/winserver2012-ps/netadapter Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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.
5555This will result in 31 VF and ` 32 ` virtual machine queue (VMQ), plus 1 used by the physical function (PF).
5656Since 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
You can’t perform that action at this time.
0 commit comments