linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 09/12] lpfc 8.3.34: Adjust IO Channels to 1 when INTx
@ 2012-08-14 18:26 James Smart
  0 siblings, 0 replies; only message in thread
From: James Smart @ 2012-08-14 18:26 UTC (permalink / raw)
  To: linux-scsi

Adjust IO Channels to 1 when INTx


Signed-off-by: James Smart <james.smart@emulex.com>

 ---

 lpfc_init.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


diff -upNr a/drivers/scsi/lpfc/lpfc_init.c b/drivers/scsi/lpfc/lpfc_init.c
--- a/drivers/scsi/lpfc/lpfc_init.c	2012-08-11 12:24:51.775924271 -0400
+++ b/drivers/scsi/lpfc/lpfc_init.c	2012-08-11 12:24:52.550924244 -0400
@@ -9524,7 +9524,7 @@ lpfc_pci_probe_one_s4(struct pci_dev *pd
 		}
 		/* 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;




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-08-14 18:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-14 18:26 [PATCH 09/12] lpfc 8.3.34: Adjust IO Channels to 1 when INTx James Smart

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).