public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4] scsi: target: direct completion support
@ 2026-02-22 23:27 Mike Christie
  2026-02-22 23:27 ` [PATCH 1/4] scsi: target: Add support for completing commands from backend context Mike Christie
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Mike Christie @ 2026-02-22 23:27 UTC (permalink / raw)
  To: martin.petersen, linux-scsi, target-devel

The following patches made over Linus's current tree allow users
to tell the target layer to perform direct completions instead of
always deferring to LIO's completion workqueue. When the frontend
driver already has multiple worker threads (or you are doing
a LUN per target with a single thread per target) then bypassing
the LIO workqueue can increase performance 20-30%.



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

end of thread, other threads:[~2026-03-11  2:06 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-22 23:27 [PATCH 1/4] scsi: target: direct completion support Mike Christie
2026-02-22 23:27 ` [PATCH 1/4] scsi: target: Add support for completing commands from backend context Mike Christie
2026-03-11  2:06   ` Martin K. Petersen
2026-02-22 23:27 ` [PATCH 2/4] scsi: target: Use driver completion preference by default Mike Christie
2026-02-22 23:27 ` [PATCH 3/4] scsi: target: Allow userspace to set the completion type Mike Christie
2026-02-22 23:27 ` [PATCH 4/4] vhost-scsi: Report direction completion support Mike Christie
2026-03-01  2:06 ` [PATCH 1/4] scsi: target: direct " Martin K. Petersen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox