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)
Sat, Apr 27, 7:48 AM
Unknown Object (File)
Sat, Apr 27, 7:36 AM
Unknown Object (File)
Sat, Apr 27, 7:36 AM
Unknown Object (File)
Sat, Apr 27, 6:04 AM
Unknown Object (File)
Tue, Apr 9, 4:42 AM
Unknown Object (File)
Mar 20 2024, 9:52 PM
Unknown Object (File)
Feb 5 2024, 11:52 AM
Unknown Object (File)
Jan 30 2024, 7:24 PM

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

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable