]> www.infradead.org Git - users/jedix/linux-maple.git/commit
blk-mq: dynamic h/w context count
authorKeith Busch <keith.busch@intel.com>
Fri, 18 Dec 2015 00:08:14 +0000 (17:08 -0700)
committerChuck Anderson <chuck.anderson@oracle.com>
Tue, 28 Jun 2016 15:02:34 +0000 (08:02 -0700)
commit01e28aa634998206901dfa33f185b534ac5c55f8
tree64acc1e963b7355506ac25060541a698b2d2f390
parent2d8747c28478f85d9f04292780b1432edd2a384e
blk-mq: dynamic h/w context count

The hardware's provided queue count may change at runtime with resource
provisioning. This patch allows a block driver to alter the number of
h/w queues available when its resource count changes.

The main part is a new blk-mq API to request a new number of h/w queues
for a given live tag set. The new API freezes all queues using that set,
then adjusts the allocated count prior to remapping these to CPUs.

The bulk of the rest just shifts where h/w contexts and all their
artifacts are allocated and freed.

The number of max h/w contexts is capped to the number of possible cpus
since there is no use for more than that. As such, all pre-allocated
memory for pointers need to account for the max possible rather than
the initial number of queues.

A side effect of this is that the blk-mq will proceed successfully as
long as it can allocate at least one h/w context. Previously it would
fail request queue initialization if less than the requested number
was allocated.

Signed-off-by: Keith Busch <keith.busch@intel.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Tested-by: Jon Derrick <jonathan.derrick@intel.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
Orabug: 23340426
(cherry picked from commit 868f2f0b72068a097508b6e8870a8950fd8eb7ef)
Signed-off-by: Bob Liu <bob.liu@oracle.com>
block/blk-mq-sysfs.c
block/blk-mq.c
block/blk-mq.h
include/linux/blk-mq.h