scsi: qla2xxx: Query FC4 type during RSCN processing
Based on the FC4 type, login will proceed to either FCP or FC-NVMe remote ports. Signed-off-by: Giridhar Malavali <giridhar.malavali@cavium.com> Signed-off-by: Himanshu Madhani <himanshu.madhani@cavium.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:

committed by
Martin K. Petersen

parent
c38d1baff8
commit
2d57b5efda
@@ -4761,7 +4761,7 @@ void qla24xx_create_new_sess(struct scsi_qla_host *vha, struct qla_work_evt *e)
|
|||||||
if (pla)
|
if (pla)
|
||||||
qlt_plogi_ack_unref(vha, pla);
|
qlt_plogi_ack_unref(vha, pla);
|
||||||
else
|
else
|
||||||
qla24xx_async_gnl(vha, fcport);
|
qla24xx_async_gffid(vha, fcport);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (free_fcport) {
|
if (free_fcport) {
|
||||||
|
Reference in New Issue
Block a user