Intel® Ethernet 700/800 Series
Windows Performance Tuning Guide
Receive Buffers
Receive Buffers are allocated in the host memory and are used to store packets received by the adapter. Each received (RX) packet requires at least one Receive Buffer, and each buffer uses 2 KB of memory. You can choose to increase the number of Receive Buffers if you notice a significant decrease in the performance of received traffic or if you see dropped/discarded RX packets.
To manage receive buffers:
- List the current value (default is 512 bytes):
Get-NetAdapterAdvancedProperty -Name <Adapter Name> -DisplayName "Receive Buffers" - Increase Receive Buffers to 4096 bytes:
Set-NetAdapterAdvancedProperty -Name <Adapter Name> -DisplayName "Receive Buffers" -DisplayValue 4096