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)
Fri, Sep 20, 12:06 AM
Unknown Object (File)
Thu, Sep 19, 12:48 PM
Unknown Object (File)
Tue, Sep 17, 7:02 AM
Unknown Object (File)
Mon, Sep 16, 1:30 AM
Unknown Object (File)
Fri, Sep 13, 1:39 AM
Unknown Object (File)
Mon, Sep 9, 2:54 AM
Unknown Object (File)
Mon, Sep 9, 1:55 AM
Unknown Object (File)
Sun, Sep 8, 7:39 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

Lint
Lint Skipped
Unit
Tests Skipped