The new RDMA provider can be enabled by passing --with-rdma=mlx5_dv parameter to configure script This provider uses "externally created qpair" functionality of rdma cm - it must move a qpair to RTS state manually Change-Id: I72484f6edd1f4dad15430e2c8d36b65d1975e8a2 Signed-off-by: Alexey Marchuk <alexeymar@mellanox.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/1658 Community-CI: Mellanox Build Bot Community-CI: Broadcom CI Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
12 lines
150 B
Plaintext
12 lines
150 B
Plaintext
{
|
|
global:
|
|
|
|
# Public functions
|
|
spdk_rdma_qp_create;
|
|
spdk_rdma_qp_complete_connect;
|
|
spdk_rdma_qp_destroy;
|
|
spdk_rdma_qp_disconnect;
|
|
|
|
local: *;
|
|
};
|