commit | 52d571a6452ddc5d2b01a82d95dc6f5756e4e1e9 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@fb.com> | Mon Jan 09 13:02:19 2017 -0700 |
committer | Jens Axboe <axboe@fb.com> | Tue Jan 10 14:28:05 2017 -0700 |
tree | 5d41178b453ba59938cff25a4abf0f1dec4dfb47 | |
parent | 1eb93b4d1f2a770b8f0a924c2ff67b0eb14f7a3e [diff] |
blk-mq-sched: allow setting of default IO scheduler Add Kconfig entries to manage what devices get assigned an MQ scheduler, and add a blk-mq flag for drivers to opt out of scheduling. The latter is useful for admin type queues that still allocate a blk-mq queue and tag set, but aren't use for normal IO. Signed-off-by: Jens Axboe <axboe@fb.com>