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, Mar 25, 1:53 AM
Unknown Object (File)
Mon, Mar 23, 1:30 AM
Unknown Object (File)
Sat, Mar 21, 12:46 PM
Unknown Object (File)
Thu, Mar 19, 6:16 AM
Unknown Object (File)
Mon, Mar 16, 1:09 PM
Unknown Object (File)
Mon, Mar 16, 9:42 AM
Unknown Object (File)
Sun, Mar 15, 3:11 AM
Unknown Object (File)
Sat, Mar 14, 9:29 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