Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bf9131cb authored by Jayamohan Kallickal's avatar Jayamohan Kallickal Committed by James Bottomley
Browse files

[SCSI] be2iscsi: Fix MSIX support in SKH-R to 32



This patch limits the max number of msix vectors to 32.

Signed-off-by: default avatarJohn Soni Jose <sony.john-n@emulex.com>
Signed-off-by: default avatarJayamohan Kallickal <jayamohan.kallickal@emulex.com>
Reviewed-by: default avatarMike Christie <michaelc@cs.wisc.edu>
Signed-off-by: default avatarJames Bottomley <JBottomley@Parallels.com>
parent 1e234bbb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;
	}
+1 −1
Original line number Diff line number Diff line
@@ -66,7 +66,7 @@

#define MAX_CPUS		64
#define BEISCSI_MAX_NUM_CPUS	7
#define OC_SKH_MAX_NUM_CPUS	63
#define OC_SKH_MAX_NUM_CPUS	31


#define BEISCSI_SGLIST_ELEMENTS	30