Hi Martin, Please consider this revised series for scsi-misc inclusion at your earliest convenience. Changes from v2 --> v3 o Added patch to utilize pci_{alloc|free}_irq_vectors call as per Christoph's suggestion. o Clean up IRQ affinity and drop num_online_cpu() usage in driver as per review comments from Hannes & Christoph. o Added patch description for mailbox starvation patch. Also added Reviewed-by signature from Hannes. Changes from v1 --> v2 o Split up the patches for Multiqueue into infrastucture changes and support for adding multiqueue capablity in the driver as per Ewan's suggestion. o Incorporate new pci_irq_alloc_vector call as per Christoph's suggestion. o To address comments related to Mailbox patches by Ewan, I have reworked the patch to clean-up mailbox workqueue. Thanks, Himanshu Himanshu Madhani (1): qla2xxx: Only allow operational MBX to proceed during RESET. Michael Hernandez (3): qla2xxx: Utilize pci_alloc_irq_vectors/pci_free_irq_vectors calls. qla2xxx: Add multiple queue pair functionality. qla2xxx: Add Block Multi Queue functionality. Quinn Tran (1): qla2xxx: Fix Target mode handling with Multiqueue changes. Samy (1): qla2xxx: Fix mailbox command timeout due to starvation drivers/scsi/qla2xxx/Makefile | 3 +- drivers/scsi/qla2xxx/qla_attr.c | 36 ++-- drivers/scsi/qla2xxx/qla_bottom.c | 398 ++++++++++++++++++++++++++++++++++++++ drivers/scsi/qla2xxx/qla_dbg.c | 4 +- drivers/scsi/qla2xxx/qla_def.h | 110 +++++++++-- drivers/scsi/qla2xxx/qla_gbl.h | 32 ++- drivers/scsi/qla2xxx/qla_init.c | 14 +- drivers/scsi/qla2xxx/qla_inline.h | 30 +++ drivers/scsi/qla2xxx/qla_iocb.c | 56 ++---- drivers/scsi/qla2xxx/qla_isr.c | 196 ++++++++----------- drivers/scsi/qla2xxx/qla_mbx.c | 165 +++++++++++++--- drivers/scsi/qla2xxx/qla_mid.c | 116 +++++------ drivers/scsi/qla2xxx/qla_mq.c | 236 ++++++++++++++++++++++ drivers/scsi/qla2xxx/qla_os.c | 329 ++++++++++++++++++------------- drivers/scsi/qla2xxx/qla_top.c | 95 +++++++++ 15 files changed, 1388 insertions(+), 432 deletions(-) create mode 100644 drivers/scsi/qla2xxx/qla_bottom.c create mode 100644 drivers/scsi/qla2xxx/qla_mq.c create mode 100644 drivers/scsi/qla2xxx/qla_top.c -- 1.8.3.1 -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html