Page MenuHomeFreeBSD

cam/iosched: Make each periph driver provide schedule fnp
ClosedPublic

Authored by imp on Jul 19 2024, 4:15 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 11, 3:50 PM
Unknown Object (File)
Sat, Apr 11, 12:35 AM
Unknown Object (File)
Tue, Apr 7, 10:05 AM
Unknown Object (File)
Mon, Apr 6, 10:34 PM
Unknown Object (File)
Sun, Apr 5, 4:47 AM
Unknown Object (File)
Sun, Apr 5, 1:33 AM
Unknown Object (File)
Sat, Apr 4, 2:59 PM
Unknown Object (File)
Sat, Apr 4, 2:04 AM
Subscribers

Details

Summary

When we init the iosched instance, require clients to provide a schedule
function. We have almost, but not quite everything to know when it is
safe to schedule new I/O. The periph drivers, however, have all the
information, so make them do it when the I/O Scheduler needs to maybe
schedule I/O for rate limiting, etc. and use it to do that.

Sponsored by: Netflix

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

imp requested review of this revision.Jul 19 2024, 4:16 AM

Misc updates with testing

This revision is now accepted and ready to land.Jul 19 2024, 3:34 PM