aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/fnic/fnic.h
diff options
context:
space:
mode:
authorAnil Chintalapati (achintal) <achintal@cisco.com>2014-12-23 19:40:00 +0000
committerChristoph Hellwig <hch@lst.de>2014-12-30 13:31:45 +0100
commitefc7a288382cffc76d6cdb9678f643db37991906 (patch)
tree36dba1c44922fb3f9f418b8d9928db6ba539aa1b /drivers/scsi/fnic/fnic.h
parentsd: tweak discard heuristics to work around QEMU SCSI issue (diff)
downloadlinux-dev-efc7a288382cffc76d6cdb9678f643db37991906.tar.xz
linux-dev-efc7a288382cffc76d6cdb9678f643db37991906.zip
fnic: IOMMU Fault occurs when IO and abort IO is out of order
When I/O is aborted by mid-layer, fnic FW will complete the I/O before completing the abort task. In some cases abort request is completed before the I/O, which could lead to inconsistent driver and firmware states. In this case firmware reset would clear the inconsistent state. Signed-off-by: Anil Chintalapati <achintal@cisco.com> Signed-off-by: Sesidhar Baddela <sebaddel@cisco.com> Signed-off-by: Hiral Shah <hishah@cisco.com> Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'drivers/scsi/fnic/fnic.h')
-rw-r--r--drivers/scsi/fnic/fnic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/fnic/fnic.h b/drivers/scsi/fnic/fnic.h
index 3b73b96619e2..26270c351624 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.16"
+#define DRV_VERSION "1.6.0.17"
#define PFX DRV_NAME ": "
#define DFX DRV_NAME "%d: "