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)
Sun, Feb 2, 2:36 AM
Unknown Object (File)
Mon, Jan 27, 5:04 PM
Unknown Object (File)
Mon, Jan 27, 5:01 PM
Unknown Object (File)
Fri, Jan 24, 5:15 PM
Unknown Object (File)
Thu, Jan 23, 6:39 PM
Unknown Object (File)
Dec 9 2024, 9:07 PM
Unknown Object (File)
Dec 2 2024, 12:28 AM
Unknown Object (File)
Dec 2 2024, 12:28 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