mbox series

[v2,0/3] Reduce the amount of memory required for request queues

Message ID 20191025165010.211462-1-bvanassche@acm.org (mailing list archive)
Headers show
Series Reduce the amount of memory required for request queues | expand

Message

Bart Van Assche Oct. 25, 2019, 4:50 p.m. UTC
Hi Jens,

This patch series reduces the amount of memory required for request queues
and also includes a patche that is the result of reviewing code related
to the modified code. Please consider these patches for kernel version v5.5.

Thanks,

Bart.

Changes compared to v1:
- Dropped the blk_poll() patch from this series.

Bart Van Assche (3):
  block: Remove the synchronize_rcu() call from
    __blk_mq_update_nr_hw_queues()
  block: Reduce the amount of memory required per request queue
  block: Reduce the amount of memory used for tag sets

 block/blk-mq.c | 75 +++++++++++++++++++++++++++++++-------------------
 1 file changed, 47 insertions(+), 28 deletions(-)

Comments

Jens Axboe Oct. 25, 2019, 8:12 p.m. UTC | #1
On 10/25/19 10:50 AM, Bart Van Assche wrote:
> Hi Jens,
> 
> This patch series reduces the amount of memory required for request queues
> and also includes a patche that is the result of reviewing code related
> to the modified code. Please consider these patches for kernel version v5.5.

Applied, thanks Bart.