nvmf/fc: Initialize transport id for the newly created FC transport qpair
Without this change nvmf_ctrlr_create() will fail to lookup the subsystem listener matching this qpair. Signed-off-by: Anil Veerabhadrappa <anil.veerabhadrappa@broadcom.com> Change-Id: I855baa16e996737b60dbd745ce84f8c0bc024cf1 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/4450 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by: Jim Harris <james.r.harris@intel.com>
This commit is contained in:
parent
2fc3ef3231
commit
9ef1496ba5
@ -357,6 +357,7 @@ nvmf_fc_ls_new_connection(struct spdk_nvmf_fc_association *assoc, uint16_t qid,
|
||||
*/
|
||||
nvmf_fc_create_trid(&fc_conn->trid, tgtport->fc_nodename.u.wwn,
|
||||
tgtport->fc_portname.u.wwn);
|
||||
fc_conn->qpair.trid = &fc_conn->trid;
|
||||
|
||||
return fc_conn;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user