Page MenuHomeFreeBSD

cam iosched: Schedule cam_iosched_ticker() quanta times per second
ClosedPublic

Authored by fk_fabiankeil.de on Sep 13 2017, 7:02 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Oct 22, 3:17 PM
Unknown Object (File)
Oct 8 2024, 2:13 AM
Unknown Object (File)
Oct 2 2024, 10:15 AM
Unknown Object (File)
Oct 2 2024, 2:48 AM
Unknown Object (File)
Oct 1 2024, 9:19 PM
Unknown Object (File)
Sep 30 2024, 5:13 PM
Unknown Object (File)
Sep 14 2024, 5:27 AM
Unknown Object (File)
Sep 12 2024, 4:07 AM
Subscribers
None

Details

Summary

cam iosched: Schedule cam_iosched_ticker() quanta times per second

Previously callout_reset() was called with a "ticks" value that was off by one.
As a result cam_iosched_ticker() was called a bit too frequently:
On systems with hz=1000 a quanta value of 200 resulted in ~250 calls
and a value of 100 in ~111 calls.

For the "queue_depth" and "bandwidth" limiters the difference
doesn't matter but the "iops" limiter depends on the scheduling
to enforce the correct maximum.

PR: 221956
Obtained from: ElectroBSD

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Sep 20 2017, 9:20 PM
This revision was automatically updated to reflect the committed changes.