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)
Tue, Oct 7, 8:56 AM
Unknown Object (File)
Sun, Oct 5, 8:45 AM
Unknown Object (File)
Sat, Sep 27, 7:30 PM
Unknown Object (File)
Thu, Sep 25, 8:06 AM
Unknown Object (File)
Wed, Sep 17, 2:24 PM
Unknown Object (File)
Fri, Sep 12, 8:33 AM
Unknown Object (File)
Thu, Sep 11, 11:40 PM
Unknown Object (File)
Thu, Sep 11, 5:38 PM
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