linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Improve performance for BLK_MQ_F_BLOCKING drivers
@ 2023-07-17 20:52 Bart Van Assche
  2023-07-17 20:52 ` [PATCH 1/3] scsi: Inline scsi_kick_queue() Bart Van Assche
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Bart Van Assche @ 2023-07-17 20:52 UTC (permalink / raw)
  To: Jens Axboe
  Cc: linux-block, Christoph Hellwig, Martin K . Petersen,
	Bart Van Assche

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.

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 | 13 +++++--------
 2 files changed, 16 insertions(+), 14 deletions(-)


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-07-18 14:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-17 20:52 [PATCH 0/3] Improve performance for BLK_MQ_F_BLOCKING drivers Bart Van Assche
2023-07-17 20:52 ` [PATCH 1/3] scsi: Inline scsi_kick_queue() Bart Van Assche
2023-07-17 20:52 ` [PATCH 2/3] scsi: Remove a blk_mq_run_hw_queues() call Bart Van Assche
2023-07-17 20:52 ` [PATCH 3/3] block: Improve performance for BLK_MQ_F_BLOCKING drivers Bart Van Assche
2023-07-18  4:54   ` Christoph Hellwig
2023-07-18 14:25     ` Bart Van Assche

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).