This is a wrapper over RDMA CM rdma_disconnect function The wrapper is needed since in Mellanox Direct Verbs (aka DV) we must move qpair to error state manually before calling rdma_disconnect Change-Id: Ia8623c6989e7679591f2da56bafa7f4262eeebf9 Signed-off-by: Alexey Marchuk <alexeymar@mellanox.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/1975 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Community-CI: Mellanox Build Bot Community-CI: Broadcom CI 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> Reviewed-by: Seth Howell <seth.howell@intel.com> Reviewed-by: Jacek Kalwas <jacek.kalwas@intel.com>
11 lines
118 B
Plaintext
11 lines
118 B
Plaintext
{
|
|
global:
|
|
|
|
# Public functions
|
|
spdk_rdma_qp_create;
|
|
spdk_rdma_qp_destroy;
|
|
spdk_rdma_qp_disconnect;
|
|
|
|
local: *;
|
|
};
|