From: Jason Luo Date: Thu, 17 Mar 2016 04:00:56 +0000 (+0800) Subject: fnic: Setting scsi host template to indicate that fnic does not support multiqueue X-Git-Tag: v4.1.12-92~180^2~1 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=00988a4f089eaaf48c236721ce4d109426a40886;p=users%2Fjedix%2Flinux-maple.git fnic: Setting scsi host template to indicate that fnic does not support multiqueue From: Satish Kharat 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 Orabug: 22918200 Signed-off-by: Jason Luo --- diff --git a/drivers/scsi/fnic/fnic.h b/drivers/scsi/fnic/fnic.h index 9ddc9200e0a48..35264c7bdaacd 100644 --- a/drivers/scsi/fnic/fnic.h +++ b/drivers/scsi/fnic/fnic.h @@ -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: " diff --git a/drivers/scsi/fnic/fnic_main.c b/drivers/scsi/fnic/fnic_main.c index f32d9df188257..c91e1e8fa4a92 100644 --- a/drivers/scsi/fnic/fnic_main.c +++ b/drivers/scsi/fnic/fnic_main.c @@ -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