Page MenuHomeFreeBSD

tcp: HPTS performance enhancements.
ClosedPublic

Authored by rrs on Jul 6 2021, 7:22 PM.
Tags
None
Referenced Files
F81618492: D31083.diff
Fri, Apr 19, 1:44 AM
Unknown Object (File)
Sun, Apr 7, 4:44 PM
Unknown Object (File)
Mar 11 2024, 1:10 AM
Unknown Object (File)
Mar 7 2024, 7:00 PM
Unknown Object (File)
Feb 2 2024, 10:40 PM
Unknown Object (File)
Dec 17 2023, 2:02 PM
Unknown Object (File)
Dec 15 2023, 6:49 AM
Unknown Object (File)
Dec 14 2023, 10:21 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