Hi all, this is the second part of my patchset to enable scsi multiqueue for the mpt3sas driver. While the HBA only has a single mailbox register for submitting commands, it does have individual receive queues per MSI-X interrupt and as such does benefit from converting it to full multiqueue support. On request from Broadcom the patchset has been split in two parts, one to enable lockless command submission and converting to scsi-mq, and the other one for exposing all hardware queues to the OS. As usual, comments and reviews are welcome. Changes to v1: - Include reviews from Christoph - Use reserved commands for ioctl passthrough commands - Include reviews from Sreekanth Hannes Reinecke (3): mpt3sas: Use 'msix_index' as argument for put_smid functions block: Add blk_mq_make_unique_tag() mpt3sas: scsi-mq interrupt steering block/blk-mq-tag.c | 3 +- drivers/scsi/mpt3sas/mpt3sas_base.c | 76 +++++++++++++++++++------------- drivers/scsi/mpt3sas/mpt3sas_base.h | 18 ++++++-- drivers/scsi/mpt3sas/mpt3sas_config.c | 2 +- drivers/scsi/mpt3sas/mpt3sas_ctl.c | 21 ++++----- drivers/scsi/mpt3sas/mpt3sas_scsih.c | 48 +++++++++++++++----- drivers/scsi/mpt3sas/mpt3sas_transport.c | 8 ++-- include/linux/blk-mq.h | 5 +++ 8 files changed, 119 insertions(+), 62 deletions(-) -- 1.8.5.6