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)
Sat, Jul 20, 9:55 PM
Unknown Object (File)
Fri, Jul 12, 6:05 PM
Unknown Object (File)
May 27 2024, 12:23 PM
Unknown Object (File)
May 1 2024, 8:18 PM
Unknown Object (File)
Apr 26 2024, 3:14 PM
Unknown Object (File)
Apr 26 2024, 12:12 AM
Unknown Object (File)
Apr 25 2024, 3:08 PM
Unknown Object (File)
Apr 25 2024, 9:22 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.