ut/nvmf/fc: Fix FC unit test build with RDMA
Signed-off-by: Evgeniy Kochetov <evgeniik@mellanox.com> Signed-off-by: Sasha Kotchubievsky <sashakot@mellanox.com> Signed-off-by: Alexey Marchuk <alexeymar@mellanox.com> Change-Id: Iad219805fa8a4aff59d4d26460052fc9dd28c2b7 Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/469478 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Ben Walker <benjamin.walker@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
3dfbf1fc50
commit
338fcaac4e
@ -81,7 +81,6 @@ const struct spdk_nvmf_transport_ops spdk_nvmf_transport_rdma = {
|
|||||||
.req_complete = NULL,
|
.req_complete = NULL,
|
||||||
|
|
||||||
.qpair_fini = NULL,
|
.qpair_fini = NULL,
|
||||||
.qpair_is_idle = NULL,
|
|
||||||
.qpair_get_peer_trid = NULL,
|
.qpair_get_peer_trid = NULL,
|
||||||
.qpair_get_local_trid = NULL,
|
.qpair_get_local_trid = NULL,
|
||||||
.qpair_get_listen_trid = NULL,
|
.qpair_get_listen_trid = NULL,
|
||||||
|
Loading…
Reference in New Issue
Block a user