Skip to content

Commit af142c1

Browse files
authored
Update Set-NetAdapterSriov.md
No vports parameter available for Set-NetAdapterSriov Updated the example accordingly. Fixes #MicrosoftDocs#2903
1 parent 2d064c2 commit af142c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.
6161
This results in 31 virtual functions and 32 virtual machine queues (VMQ), plus 1 used by the physical function.
6262
Since 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

0 commit comments

Comments
 (0)