On 08/17/2017 02:12 PM, Bart Van Assche wrote: > Hello Jens, > > As you know all existing single queue block drivers have to be converted > to blk-mq before the single queue block layer can be removed. Hence this > patch series that converts the skd (sTec s1120) driver to blk-mq. As the > following performance numbers show, this patch series does not affect > performance of the skd driver significantly: Awesome, thanks Bart! > MAINTAINERS | 6 + > block/blk-core.c | 2 +- > drivers/block/skd_main.c | 3196 ++++++++++++--------------------------------- > drivers/block/skd_s1120.h | 38 +- > 4 files changed, 846 insertions(+), 2396 deletions(-) Outside of killing yet another user of the legacy stuff, this right there is the real win. -- Jens Axboe