Skip to content

Commit d5038a1

Browse files
Johannes Thumshirnmartinkpetersen
authored andcommitted
scsi: core: switch to scsi-mq by default
It has been more than one year since we tried to change the default from legacy to multi queue in SCSI with commit c279bd9e406 ("scsi: default to scsi-mq"). But due to issues with suspend/resume and performance problems it had been reverted again with commit cbe7dfa ("Revert "scsi: default to scsi-mq""). In the meantime there have been a substantial amount of performance improvements and suspend/resume got fixed as well, thus we can re-enable scsi-mq without a significant performance penalty. Signed-off-by: Johannes Thumshirn <jthumshirn@suse.de> Reviewed-by: Hannes Reinecke <hare@suse.com> Reviewed-by: Ming Lei <ming.lei@redhat.com> Acked-by: John Garry <john.garry@huawei.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
1 parent fc21ae8 commit d5038a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/scsi/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ config SCSI_NETLINK
4949

5050
config SCSI_MQ_DEFAULT
5151
bool "SCSI: use blk-mq I/O path by default"
52+
default y
5253
depends on SCSI
5354
---help---
5455
This option enables the new blk-mq based I/O path for SCSI

0 commit comments

Comments
 (0)