]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
fnic: Setting scsi host template to indicate that fnic does not support multiqueue
authorJason Luo <zhangqing.luo@oracle.com>
Thu, 17 Mar 2016 04:00:56 +0000 (12:00 +0800)
committerChuck Anderson <chuck.anderson@oracle.com>
Mon, 21 Mar 2016 16:00:50 +0000 (09:00 -0700)
From: Satish Kharat <satishkh@cisco.com>

Fnic does not support mutiqueue. Setting the scsi_host_template in
fnic_host_template to indicate that.

Changing fnic_version from 1.6.0.21 to 1.6.0.22

Signed-off-by: Satish Kharat <satishkh@cisco.com>
Orabug: 22918200
Signed-off-by: Jason Luo <zhangqing.luo@oracle.com>
drivers/scsi/fnic/fnic.h
drivers/scsi/fnic/fnic_main.c

index 9ddc9200e0a48b00632bbc441c492679786ec570..35264c7bdaacd9f9ccde0c54cbb5fc4bfe96f396 100644 (file)
@@ -39,7 +39,7 @@
 
 #define DRV_NAME               "fnic"
 #define DRV_DESCRIPTION                "Cisco FCoE HBA Driver"
-#define DRV_VERSION            "1.6.0.21"
+#define DRV_VERSION            "1.6.0.22"
 #define PFX                    DRV_NAME ": "
 #define DFX                     DRV_NAME "%d: "
 
index f32d9df18825753f7a07794ea8842931cb7ee336..c91e1e8fa4a92b358b3ea90466f432ac57b6d215 100644 (file)
@@ -118,9 +118,9 @@ static struct scsi_host_template fnic_host_template = {
        .sg_tablesize = FNIC_MAX_SG_DESC_CNT,
        .max_sectors = 0xffff,
        .shost_attrs = fnic_attrs,
-       .disable_blk_mq = 1,
        .use_blk_tags = 1,
        .track_queue_depth = 1,
+       .disable_blk_mq = 1,
 };
 
 static void