scsi: qla2xxx: Add switch command to simplify fabric discovery
- add "async" gpn_ft, gnn_ft, gfpn_id, gnn_id switch commands. - For 8G and newer adapters, use async commands when it comes to fabric scan to reduce bottle neck. Signed-off-by: Quinn Tran <quinn.tran@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
1429f0446a
commit
a4239945b8
@@ -3904,7 +3904,10 @@ qla24xx_report_id_acquisition(scsi_qla_host_t *vha,
|
||||
id.b.area = rptid_entry->u.f2.remote_nport_id[1];
|
||||
id.b.domain = rptid_entry->u.f2.remote_nport_id[2];
|
||||
qla24xx_post_newsess_work(vha, &id,
|
||||
rptid_entry->u.f2.port_name, NULL);
|
||||
rptid_entry->u.f2.port_name,
|
||||
rptid_entry->u.f2.node_name,
|
||||
NULL,
|
||||
FC4_TYPE_UNKNOWN);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user