Skip to content

Commit b3d7280

Browse files
authored
Merge pull request MicrosoftDocs#3215 from msbemba/patch-143
Update Set-NetAdapterSriov.md
2 parents 1a98a8d + e14a2fc commit b3d7280

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ schema: 2.0.0
88
# Set-NetAdapterSriov
99

1010
## SYNOPSIS
11-
Sets the Single-Root I/O Virtualization (SR-IOV) properties of the network adapter, such as the number of virtual functions (VFs), the number of virtual ports (VPorts), and the number of queue pairs for default and non-default VPorts.
11+
Sets the Single-Root I/O Virtualization (SR-IOV) properties of the network adapter, such as the number of virtual functions (VFs), and the number of queue pairs for default and non-default VPorts.
1212

1313
## SYNTAX
1414

@@ -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.
5555
This will result in 31 VF and `32` virtual machine queue (VMQ), plus 1 used by the physical function (PF).
5656
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`.
5757

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ title: Set-NetAdapterSriov
1010
# Set-NetAdapterSriov
1111

1212
## SYNOPSIS
13-
Sets the Single-Root I/O Virtualization (SR-IOV) properties of the network adapter, such as the number of virtual functions (VFs), the number of virtual ports (VPorts), and the number of queue pairs for default and non-default VPorts.
13+
Sets the Single-Root I/O Virtualization (SR-IOV) properties of the network adapter, such as the number of virtual functions (VFs), and the number of queue pairs for default and non-default VPorts.
1414

1515
## SYNTAX
1616

@@ -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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ title: Set-NetAdapterSriov
1111
# Set-NetAdapterSriov
1212

1313
## SYNOPSIS
14-
Sets the SR-IOV properties of the network adapter, such as the number of virtual functions, the number of VPorts, and the number of queue pairs for default and non-default VPorts.
14+
Sets the SR-IOV properties of the network adapter, such as the number of virtual functions, and the number of queue pairs for default and non-default VPorts.
1515

1616
## SYNTAX
1717

@@ -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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Set-NetAdapterSriov -InputObject <CimInstance[]> [-NumVFs <UInt32>] [-Enabled <B
3838

3939
## DESCRIPTION
4040
The **Set-NetAdapterSriov** cmdlet sets the Single-Root I/O Virtualization (SR-IOV) properties of the network adapter.
41-
The properties include the number of virtual functions, the number of virtual ports (VPorts), and the number of queue pairs for default and non-default VPorts.
41+
The properties include the number of virtual functions, and the number of queue pairs for default and non-default VPorts.
4242
The enabled state of SR-IOV can also be set with the cmdlet.
4343

4444
The network adapter for these actions can be specified with the adapter name, interface description, or piped as an input object.
@@ -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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ title: Set-NetAdapterSriov
1111
# Set-NetAdapterSriov
1212

1313
## SYNOPSIS
14-
Sets the SR-IOV properties of the network adapter, such as the number of virtual functions, the number of VPorts, and the number of queue pairs for default and non-default VPorts.
14+
Sets the SR-IOV properties of the network adapter, such as the number of virtual functions, and the number of queue pairs for default and non-default VPorts.
1515

1616
## SYNTAX
1717

@@ -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)