aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRavi Anand <ravi.anand@qlogic.com>2010-07-10 14:50:32 +0530
committerJames Bottomley <James.Bottomley@suse.de>2010-07-27 12:04:35 -0500
commitdbaf82ece08bf93ae5200f03efd87c4f1fc453f1 (patch)
tree214bb8105e9e7e2bb1aa457004cee508390582cb
parent[SCSI] qla4xxx: Fix the freeing of the buffer allocated for DMA (diff)
downloadlinux-dev-dbaf82ece08bf93ae5200f03efd87c4f1fc453f1.tar.xz
linux-dev-dbaf82ece08bf93ae5200f03efd87c4f1fc453f1.zip
[SCSI] qla4xxx: Handle one H/W Interrupt at a time
Handle one H/W Interrupt at a time to prevent holding off H/W lock for longer period of time. Signed-off-by: Ravi Anand <ravi.anand@qlogic.com> Signed-off-by: Vikas Chaudhary <vikas.chaudhary@qlogic.com> Reviewed-by: Mike Christie <michaelc@cs.wisc.edu> Signed-off-by: James Bottomley <James.Bottomley@suse.de>
-rw-r--r--drivers/scsi/qla4xxx/ql4_def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/qla4xxx/ql4_def.h b/drivers/scsi/qla4xxx/ql4_def.h
index 428802616e33..3e1c990f5e20 100644
--- a/drivers/scsi/qla4xxx/ql4_def.h
+++ b/drivers/scsi/qla4xxx/ql4_def.h
@@ -118,7 +118,7 @@
#define DRIVER_NAME "qla4xxx"
#define MAX_LINKED_CMDS_PER_LUN 3
-#define MAX_REQS_SERVICED_PER_INTR 16
+#define MAX_REQS_SERVICED_PER_INTR 1
#define ISCSI_IPADDR_SIZE 4 /* IP address size */
#define ISCSI_ALIAS_SIZE 32 /* ISCSI Alias name size */