Page MenuHomeFreeBSD

tcp: HPTS performance enhancements.
ClosedPublic

Authored by rrs on Jul 6 2021, 7:22 PM.
Tags
None
Referenced Files
F132063630: D31083.id91899.diff
Mon, Oct 13, 8:20 AM
F132063622: D31083.id.diff
Mon, Oct 13, 8:20 AM
F131998654: D31083.diff
Sun, Oct 12, 8:03 PM
Unknown Object (File)
Thu, Sep 25, 4:42 AM
Unknown Object (File)
Mon, Sep 22, 4:50 PM
Unknown Object (File)
Aug 29 2025, 7:02 AM
Unknown Object (File)
Jul 5 2025, 9:23 PM
Unknown Object (File)
Jun 30 2025, 3:53 PM
Subscribers

Details

Summary

HPTS drives both rack and bbr, and yet there have been many complaints
about performance. This bit of work restructures hpts to help reduce CPU
overhead. It does this by now instead of relying on the timer/callout to
drive it instead use user return from a system call as well as lro flushes
to drive hpts. The timer becomes a backstop that dynamically adjusts
based on how "late" we are.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped