File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docset/winserver2022-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 @@ -54,10 +54,10 @@ This command sets the number of virtual functions available to 31 on the network
5454
5555### Example 2: Set the number of virtual functions and VPorts on the specified network adapter
5656```
57- PS C:\> Set-NetAdapterSriov -Name "Ethernet 2" -NumVFs 31 -VPorts 64 - NumQueuePairsForDefaultVPort 2 -NumQueuePairsForNonDefaultVPort 2
57+ PS C:\> Set-NetAdapterSriov -Name "Ethernet 2" -NumVFs 31 -NumQueuePairsForDefaultVPort 2 -NumQueuePairsForNonDefaultVPort 2
5858```
5959
60- This command sets the number of virtual functions to 31 and the total number of VPorts to 64 .
60+ This command sets the number of virtual functions to 31.
6161This results in 31 virtual functions and 32 virtual machine queues (VMQ), plus 1 used by the physical function.
6262Since the number of queue pair is set to 2 for both default and non-default ports, the total number of queue pairs used is 128.
6363
You can’t perform that action at this time.
0 commit comments