diff options
author | Jayamohan Kallickal <jayamohank@gmail.com> | 2013-04-06 07:38:24 +0400 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2013-05-02 19:08:21 +0400 |
commit | bf9131cbb860fbd0faf5483d3df5d60b25a3f47c (patch) | |
tree | c90a251ccfedba9a617935efebec95f1f7aae4b2 /drivers/scsi/be2iscsi/be_main.c | |
parent | 1e234bbbea10de2638f6d95a22379bc487e762cb (diff) | |
download | linux-bf9131cbb860fbd0faf5483d3df5d60b25a3f47c.tar.xz |
[SCSI] be2iscsi: Fix MSIX support in SKH-R to 32
This patch limits the max number of msix vectors to 32.
Signed-off-by: John Soni Jose <sony.john-n@emulex.com>
Signed-off-by: Jayamohan Kallickal <jayamohan.kallickal@emulex.com>
Reviewed-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi/be2iscsi/be_main.c')
-rw-r--r-- | drivers/scsi/be2iscsi/be_main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/be2iscsi/be_main.c b/drivers/scsi/be2iscsi/be_main.c index 3fb997fc6015..72e4052238cd 100644 --- a/drivers/scsi/be2iscsi/be_main.c +++ b/drivers/scsi/be2iscsi/be_main.c @@ -4835,6 +4835,7 @@ static int beiscsi_dev_probe(struct pci_dev *pcidev, case OC_SKH_ID1: phba->generation = BE_GEN4; phba->iotask_fn = beiscsi_iotask_v2; + break; default: phba->generation = 0; } |