[SCSI] lpfc 8.3.34: Adjust IO Channels to 1 when INTx
Signed-off-by: James Smart <james.smart@emulex.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>
This commit is contained in:
committed by
James Bottomley
parent
247ca945d8
commit
1c13bf6648
@@ -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 */
|
/* Default to single EQ for non-MSI-X */
|
||||||
if (phba->intr_type != MSIX)
|
if (phba->intr_type != MSIX)
|
||||||
adjusted_fcp_io_channel = 0;
|
adjusted_fcp_io_channel = 1;
|
||||||
else if (phba->sli4_hba.msix_vec_nr <
|
else if (phba->sli4_hba.msix_vec_nr <
|
||||||
phba->cfg_fcp_io_channel)
|
phba->cfg_fcp_io_channel)
|
||||||
adjusted_fcp_io_channel = phba->sli4_hba.msix_vec_nr;
|
adjusted_fcp_io_channel = phba->sli4_hba.msix_vec_nr;
|
||||||
|
|||||||
Reference in New Issue
Block a user