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
F82215802: D12350.id33004.diff
Fri, Apr 26, 3:14 PM
Unknown Object (File)
Fri, Apr 26, 12:12 AM
Unknown Object (File)
Thu, Apr 25, 3:08 PM
Unknown Object (File)
Thu, Apr 25, 9:22 AM
Unknown Object (File)
Fri, Apr 5, 12:36 PM
Unknown Object (File)
Thu, Apr 4, 6:16 AM
Unknown Object (File)
Feb 3 2024, 5:18 AM
Unknown Object (File)
Jan 9 2024, 5:37 PM
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.