Page MenuHomeFreeBSD

tcp: HPTS performance enhancements.
ClosedPublic

Authored by rrs on Jul 6 2021, 7:22 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Oct 13, 8:20 AM
Unknown Object (File)
Mon, Oct 13, 8:20 AM
Unknown Object (File)
Sun, Oct 12, 8:03 PM
Unknown Object (File)
Sep 25 2025, 4:42 AM
Unknown Object (File)
Sep 22 2025, 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