Events
Apr 29, 2 PM - Apr 30, 7 PM
Join the ultimate Windows Server virtual event April 29-30 for deep-dive technical sessions and live Q&A with Microsoft engineers.
Sign up nowThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Receive Segment Coalescing (RSC) in the vSwitch is a feature in Windows Server 2019 and Windows 10 October 2018 Update that helps reduce host CPU utilization and increases throughput for virtual workloads by coalescing multiple TCP segments into fewer, but larger segments. Processing fewer, large segments (coalesced) is more efficient than processing numerous, small segments. To learn more, see Host network requirements for Azure Local.
Windows Server 2012 and later included a hardware-only offload version (implemented in the physical network adapter) of the technology also known as Receive Segment Coalescing. This offloaded version of RSC is still available in later versions of Windows. However, it is incompatible with virtual workloads and was disabled once a physical network adapter is attached to a vSwitch. For more information on the hardware-only version of RSC, see Receive Segment Coalescing (RSC).
Workloads whose datapath traverses a virtual switch benefits from this feature.
For example:
Host Virtual NICs including:
Software Defined Networking
Hyper-V Host
Storage Spaces Direct
Hyper-V Guest Virtual NICs
Software Defined Networking GRE Gateways
Container
Workloads that are not compatible with this feature include:
Software Defined Networking IPSEC Gateways
SR-IOV enabled virtual NICs
SMB Direct
By default, on external vSwitches, RSC is enabled.
View the current settings:
Get-VMSwitch -Name vSwitchName | Select-Object *RSC*
Enable or Disable RSC in the vSwitch
Important
Important: RSC in the vSwitch can be enabled and disabled on the fly without impact to existing connections.
Disable RSC in the vSwitch
Set-VMSwitch -Name vSwitchName -EnableSoftwareRsc $false
Re-enable RSC in the vSwitch
Set-VMSwitch -Name vSwitchName -EnableSoftwareRsc $True
For more information, see Set-VMSwitch.
Events
Apr 29, 2 PM - Apr 30, 7 PM
Join the ultimate Windows Server virtual event April 29-30 for deep-dive technical sessions and live Q&A with Microsoft engineers.
Sign up nowTraining
Documentation
Learn about high-performance networking and how hardware accelerations improve networking performance in conjunction with the software but are not intimately part of any software feature.
VMQ should be enabled on VMQ-capable physical network adapters bound to an external virtual switch
Learn what to do when the following network adapters are capable of virtual machine queue (VMQ) but the capability is disabled.
Overview of Receive Segment Coalescing - Windows drivers
Learn how to use receive segment coalescing (RSC) to reduce overhead by coalescing a sequence of received segments and passing them to the host TCP/IP stack.
Poor network performance on virtual machines - Windows Server
Describes an issue that may occur if you have a Windows Server 2012 Hyper-V host that uses a Broadcom network adapter. Provides a workaround.