Page MenuHomeFreeBSD

tcp: HPTS performance enhancements.
ClosedPublic

Authored by rrs on Jul 6 2021, 7:22 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Nov 20, 12:43 PM
Unknown Object (File)
Wed, Nov 20, 12:43 PM
Unknown Object (File)
Wed, Nov 20, 12:43 PM
Unknown Object (File)
Oct 4 2024, 3:11 AM
Unknown Object (File)
Oct 3 2024, 1:13 AM
Unknown Object (File)
Oct 2 2024, 11:17 PM
Unknown Object (File)
Oct 1 2024, 8:23 PM
Unknown Object (File)
Sep 28 2024, 4:42 AM
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