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

Commit 850f6acd authored by Anil Gurumurthy's avatar Anil Gurumurthy Committed by Martin K. Petersen
Browse files

scsi: qla2xxx: Enable FC-NVME on NPIV ports

parent bc127d93
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -507,6 +507,7 @@ qla24xx_create_vhost(struct fc_vport *fc_vport)
	qla2x00_start_timer(vha, WATCH_INTERVAL);

	vha->req = base_vha->req;
	vha->flags.nvme_enabled = base_vha->flags.nvme_enabled;
	host->can_queue = base_vha->req->length + 128;
	host->cmd_per_lun = 3;
	if (IS_T10_PI_CAPABLE(ha) && ql2xenabledif)