• J
    blk-mq: allow resize of scheduler requests · 70f36b60
    Jens Axboe 提交于
    Add support for growing the tags associated with a hardware queue, for
    the scheduler tags. Currently we only support resizing within the
    limits of the original depth, change that so we can grow it as well by
    allocating and replacing the existing scheduler tag set.
    
    This is similar to how we could increase the software queue depth with
    the legacy IO stack and schedulers.
    Signed-off-by: NJens Axboe <axboe@fb.com>
    Reviewed-by: NOmar Sandoval <osandov@fb.com>
    70f36b60
blk-mq.c 66.5 KB