Page MenuHomeFreeBSD

iflib: Add rx_wait_irq configuration option
Needs ReviewPublic

Authored by krzysztof.galazka_intel.com on Dec 3 2020, 8:07 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Mar 28, 7:18 PM
Unknown Object (File)
Dec 23 2023, 4:19 AM
Unknown Object (File)
Dec 10 2023, 7:51 PM
Unknown Object (File)
Aug 14 2023, 8:38 PM
Unknown Object (File)
Jul 7 2023, 6:48 PM
Unknown Object (File)
Jun 20 2023, 5:55 PM
Unknown Object (File)
May 26 2023, 9:19 AM
Unknown Object (File)
May 4 2023, 4:31 PM

Details

Summary

This is an observation when receiving bulk traffic with LRO enabled. Checking for available RX descriptors at the end of iflib_rxeof() leads to aggregating only 2-3 frames, causes higher CPU utilization, and regresses the latency of large packet processing (e.g. 64K). So we add a sysctl allowing us the flexibility of switching it back to IRQ-driven RX. When enabled, this has shown to improve CPU utilization by about 20% on our X550 line of adaptors.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 35175
Build 32125: arc lint + arc unit