[SCSI] qla2xxx: Correct inadvertent clearing of RISC_INTR status.
authorAndrew Vasquez <andrew.vasquez@qlogic.com>
Wed, 26 Oct 2011 21:20:13 +0000 (14:20 -0700)
committerJames Bottomley <JBottomley@Parallels.com>
Sun, 30 Oct 2011 10:08:15 +0000 (14:08 +0400)
commitd424754cbe97fe581985dca4400347cb275d7eb2
treed08c1b1a958c073344babf09a446ef483cedfea2
parenta63ec37629415848b5704eda5110fe8e750032ca
[SCSI] qla2xxx: Correct inadvertent clearing of RISC_INTR status.

During heavy I/O (CPU-affinity mode enabled) and CLI/Agent
interactions, the driver would report periodic mailbox command
timeout statuses.  Within the CPU-affinity ISR handler, the
driver should check the 'disable-msix-handshake' flag in deciding
whether or not to clear HCCRX_CLR_RISC_INT.  The mode is not
specific to a dedicated queue, instead, applies to the current
'ha' context.

Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com>
Signed-off-by: Chad Dupuis <chad.dupuis@qlogic.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
drivers/scsi/qla2xxx/qla_isr.c