Page MenuHomeFreeBSD

tcp: HPTS performance enhancements.
ClosedPublic

Authored by rrs on Jul 6 2021, 7:22 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Mar 14, 11:41 PM
Unknown Object (File)
Feb 24 2025, 3:01 PM
Unknown Object (File)
Dec 31 2024, 12:33 PM
Unknown Object (File)
Dec 23 2024, 10:47 PM
Unknown Object (File)
Dec 19 2024, 11:50 AM
Unknown Object (File)
Nov 20 2024, 12:43 PM
Unknown Object (File)
Nov 20 2024, 12:43 PM
Unknown Object (File)
Nov 20 2024, 12:43 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