Re: [PATCH 09/10] mq-deadline: add blk-mq adaptation of the deadline IO scheduler

2017-01-12 Thread Bart Van Assche
On Wed, 2017-01-11 at 14:40 -0700, Jens Axboe wrote: > This is basically identical to deadline-iosched, except it registers > as a MQ capable scheduler. This is still a single queue design. Reviewed-by: Bart Van Assche

[PATCH 09/10] mq-deadline: add blk-mq adaptation of the deadline IO scheduler

2017-01-11 Thread Jens Axboe
This is basically identical to deadline-iosched, except it registers as a MQ capable scheduler. This is still a single queue design. Signed-off-by: Jens Axboe --- block/Kconfig.iosched | 6 + block/Makefile| 1 + block/mq-deadline.c | 569 +++