projects
/
profile
/
ivi
/
kernel-x86-ivi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
247ca94
)
[SCSI] lpfc 8.3.34: Adjust IO Channels to 1 when INTx
author
James Smart
<james.smart@emulex.com>
Tue, 14 Aug 2012 18:26:20 +0000
(14:26 -0400)
committer
James Bottomley
<JBottomley@Parallels.com>
Fri, 14 Sep 2012 16:59:24 +0000
(17:59 +0100)
Signed-off-by: James Smart <james.smart@emulex.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
drivers/scsi/lpfc/lpfc_init.c
patch
|
blob
|
history
diff --git
a/drivers/scsi/lpfc/lpfc_init.c
b/drivers/scsi/lpfc/lpfc_init.c
index 9ad7943414ddc2cd32a131ca199935dde182e3f1..654564fead6ceb2db09dbe17a287f21f47741b53 100644
(file)
--- a/
drivers/scsi/lpfc/lpfc_init.c
+++ b/
drivers/scsi/lpfc/lpfc_init.c
@@
-9524,7
+9524,7
@@
lpfc_pci_probe_one_s4(struct pci_dev *pdev, const struct pci_device_id *pid)
}
/* Default to single EQ for non-MSI-X */
if (phba->intr_type != MSIX)
- adjusted_fcp_io_channel =
0
;
+ adjusted_fcp_io_channel =
1
;
else if (phba->sli4_hba.msix_vec_nr <
phba->cfg_fcp_io_channel)
adjusted_fcp_io_channel = phba->sli4_hba.msix_vec_nr;