Page MenuHomeFreeBSD

tcp: Rack idle reduce not working.
ClosedPublic

Authored by rrs on Apr 26 2022, 12:21 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 23, 12:57 AM
Unknown Object (File)
Mon, Apr 21, 10:49 AM
Unknown Object (File)
Sun, Apr 20, 11:42 PM
Unknown Object (File)
Sun, Apr 20, 9:04 AM
Unknown Object (File)
Sat, Apr 19, 9:43 PM
Unknown Object (File)
Mon, Apr 7, 7:39 PM
Unknown Object (File)
Mar 18 2025, 12:22 AM
Unknown Object (File)
Mar 9 2025, 12:25 AM

Details

Summary

Rack converted to micro-seconds quite some time ago, but in testing
we have found a miss in that work. The idle reduce time is still based
in ticks, so it must be converted to microseconds before any comparisons
else you will likely not do idle reduce.

Test Plan

Validate that the idle reduce does work in our test lab... which it does with
this patch ;)

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped