OSDN Git Service

block: Reduce the amount of memory required per request queue
authorBart Van Assche <bvanassche@acm.org>
Fri, 25 Oct 2019 16:50:09 +0000 (09:50 -0700)
committerJens Axboe <axboe@kernel.dk>
Fri, 25 Oct 2019 20:12:18 +0000 (14:12 -0600)
commitac0d6b926e741f328b23c8af0134312af7c032d9
tree86ed35737eabb038778c10c87714d0ac1041fc7e
parenta9a808084d6ac015ac68b4223ac5f6ef31f8076e
block: Reduce the amount of memory required per request queue

Instead of always allocating at least nr_cpu_ids hardware queues per request
queue, reallocate q->queue_hw_ctx if it has to grow. This patch improves
behavior that was introduced by commit 868f2f0b7206 ("blk-mq: dynamic h/w
context count").

Cc: Keith Busch <keith.busch@intel.com>
Cc: Christoph Hellwig <hch@infradead.org>
Cc: Ming Lei <ming.lei@redhat.com>
Cc: Hannes Reinecke <hare@suse.com>
Cc: Johannes Thumshirn <jthumshirn@suse.de>
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-mq.c