linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC] scsi: switch to scsi-mq by default
@ 2018-07-03  6:54 Johannes Thumshirn
  2018-07-03  6:56 ` Hannes Reinecke
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Johannes Thumshirn @ 2018-07-03  6:54 UTC (permalink / raw)
  To: Martin K . Petersen
  Cc: Christoph Hellwig, Bart Van Assche, Hannes Reinecke, Ming Lei,
	Linux Kernel Mailinglist, Linux SCSI Mailinglist,
	Johannes Thumshirn

It has been more than one year since we tried to change the default
from legacy to multi queue in SCSI. Back then we had to retract the
change because of performance issues with rotating disks.

In the meantime there have been a substantial amount of performance
improvements, thus we can re-enable scsi-mq without a significant
performance penalty.

Signed-off-by: Johannes Thumshirn <jthumshirn@suse.de>
---
 drivers/scsi/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig
index 35c909bbf8ba..bd115bab162e 100644
--- a/drivers/scsi/Kconfig
+++ b/drivers/scsi/Kconfig
@@ -49,6 +49,7 @@ config SCSI_NETLINK
 
 config SCSI_MQ_DEFAULT
 	bool "SCSI: use blk-mq I/O path by default"
+	default y
 	depends on SCSI
 	---help---
 	  This option enables the new blk-mq based I/O path for SCSI
-- 
2.16.4


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

end of thread, other threads:[~2018-07-04  8:49 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-03  6:54 [RFC] scsi: switch to scsi-mq by default Johannes Thumshirn
2018-07-03  6:56 ` Hannes Reinecke
2018-07-03  6:59 ` Ming Lei
2018-07-03 23:21 ` Bart Van Assche
2018-07-04  8:18   ` John Garry
2018-07-04  8:48     ` Johannes Thumshirn
2018-07-04  8:49   ` Johannes Thumshirn

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).