+0
−1
Loading
This reverts commit 9ef1496b. Reason for revert: The public API spdk_nvmf_qpair_get_listen_trid() was overlooked when this patch is created. Then the code to use the trid was replaced by spdk_nvmf_qpair_get_listen_trid(). To avoid someone from using the trid in future, revert this patch. struct spdk_nvmf_qpair is defined] in the public header file, nvmf_transport.h but it is mainly for pluggable custom transport. Any custom transport will not use the trid, and so even if we remove it, we will have no issue. Change-Id: I3bf500c27d9d47cc98ee84823b3c098ffcc56d90 Signed-off-by:Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/5615 Community-CI: Broadcom CI Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Anil Veerabhadrappa <anil.veerabhadrappa@broadcom.com> Reviewed-by:
Aleksey Marchuk <alexeymar@mellanox.com> Reviewed-by:
Changpeng Liu <changpeng.liu@intel.com> Reviewed-by:
Jacek Kalwas <jacek.kalwas@intel.com>