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, Feb 8, 7:30 PM
Unknown Object (File)
Sun, Jan 26, 6:20 PM
Unknown Object (File)
Fri, Jan 24, 6:52 PM
Unknown Object (File)
Fri, Jan 24, 5:15 PM
Unknown Object (File)
Jan 17 2025, 4:36 PM
Unknown Object (File)
Dec 28 2024, 2:02 PM
Unknown Object (File)
Dec 21 2024, 1:56 AM
Unknown Object (File)
Dec 20 2024, 11:26 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.