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