mbox series

[v2,0/3] Improve performance for BLK_MQ_F_BLOCKING drivers

Message ID 20230719182243.2810134-1-bvanassche@acm.org (mailing list archive)
Headers show
Series Improve performance for BLK_MQ_F_BLOCKING drivers | expand

Message

Bart Van Assche July 19, 2023, 6:22 p.m. UTC
Hi Jens,

Request queues are run asynchronously if BLK_MQ_F_BLOCKING has been set. This
results in suboptimal performance. This patch series improves performance if
BLK_MQ_F_BLOCKING has been set by running request queues synchronously
whenever possible.

Please consider this patch series for the next merge window.

Thanks,

Bart.

Changes compared to v1:
- Fixed support for the combination BLK_MQ_F_BLOCKING + BLIST_SINGLELUN.

Bart Van Assche (3):
  scsi: Inline scsi_kick_queue()
  scsi: Remove a blk_mq_run_hw_queues() call
  block: Improve performance for BLK_MQ_F_BLOCKING drivers

 block/blk-mq.c          | 17 +++++++++++------
 drivers/scsi/scsi_lib.c | 11 +++--------
 2 files changed, 14 insertions(+), 14 deletions(-)