Skip to content

Commit

Permalink
[SCSI] qla4xxx: Handle one H/W Interrupt at a time
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ravi Anand authored and James Bottomley committed Jul 27, 2010
1 parent beabe7c commit dbaf82e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/scsi/qla4xxx/ql4_def.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit dbaf82e

Please sign in to comment.