mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-12 09:26:44 +07:00
[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>
This commit is contained in:
parent
beabe7c183
commit
dbaf82ece0
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user