Message ID | 20180823194918.25708-1-jpittman@redhat.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | scsi: documentation: add scsi_mod.use_blk_mq to scsi-parameters | expand |
John, > Kernel line argument scsi_mod.use_blk_mq is missing from file > Documentation/scsi/scsi-parameters.txt. Add this option, > providing mention of config setting and format. Applied to 4.19/scsi-fixes, thanks!
diff --git a/Documentation/scsi/scsi-parameters.txt b/Documentation/scsi/scsi-parameters.txt index 25a4b4cf04a6..8d11aaed33d3 100644 --- a/Documentation/scsi/scsi-parameters.txt +++ b/Documentation/scsi/scsi-parameters.txt @@ -97,6 +97,11 @@ parameters may be changed at runtime by the command allowing boot to proceed. none ignores them, expecting user space to do the scan. + scsi_mod.use_blk_mq= + [SCSI] use blk-mq I/O path by default + See drivers/scsi/Kconfig for config setting. + Format: <y/n> + sim710= [SCSI,HW] See header of drivers/scsi/sim710.c.
Kernel line argument scsi_mod.use_blk_mq is missing from file Documentation/scsi/scsi-parameters.txt. Add this option, providing mention of config setting and format. Signed-off-by: John Pittman <jpittman@redhat.com> --- Documentation/scsi/scsi-parameters.txt | 5 +++++ 1 file changed, 5 insertions(+)