diff options
author | James Smart <james.smart@emulex.com> | 2012-08-03 12:36:24 -0400 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2012-09-14 14:42:12 +0100 |
commit | bf8dae83fea151ebd74492740733e2ed62dc9f51 (patch) | |
tree | 85a04b04a8546bc542c10dd92135845712050cca /drivers/scsi/lpfc/lpfc_init.c | |
parent | 67d1273385d454a3f1b083b807f2cdda95e995ec (diff) | |
download | talos-obmc-linux-bf8dae83fea151ebd74492740733e2ed62dc9f51.tar.gz talos-obmc-linux-bf8dae83fea151ebd74492740733e2ed62dc9f51.zip |
[SCSI] lpfc 8.3.33: Allow per-hba interrupt rate tuning
Signed-off-by: James Smart <james.smart@emulex.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi/lpfc/lpfc_init.c')
-rw-r--r-- | drivers/scsi/lpfc/lpfc_init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/lpfc/lpfc_init.c b/drivers/scsi/lpfc/lpfc_init.c index 164aa87734b8..3dad5ff870a8 100644 --- a/drivers/scsi/lpfc/lpfc_init.c +++ b/drivers/scsi/lpfc/lpfc_init.c @@ -6927,7 +6927,7 @@ lpfc_sli4_queue_setup(struct lpfc_hba *phba) goto out_destroy_hba_eq; } rc = lpfc_eq_create(phba, phba->sli4_hba.hba_eq[fcp_eqidx], - phba->cfg_fcp_imax); + (phba->cfg_fcp_imax / phba->cfg_fcp_io_channel)); if (rc) { lpfc_printf_log(phba, KERN_ERR, LOG_INIT, "0523 Failed setup of fast-path EQ " |