Spdk/lib/rdma/spdk_rdma.map
Alexey Marchuk 7fabdd12b6 rdma: Add functions to support memory translation
This is the first commit in a series which aim is to
unify MRs registration and memory translation in
NVMEoF target and NVME initiator RDMA transports.

Next patches will add usage of new functions in
RDMA transports.

Change-Id: I93153d497fc4554ced14edbe545961b78bda91e3
Signed-off-by: Alexey Marchuk <alexeymar@mellanox.com>
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/5121
Community-CI: Broadcom CI
Community-CI: Mellanox Build Bot
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
2021-01-14 16:19:48 +00:00

18 lines
312 B
Plaintext

{
global:
# Public functions
spdk_rdma_qp_create;
spdk_rdma_qp_accept;
spdk_rdma_qp_complete_connect;
spdk_rdma_qp_destroy;
spdk_rdma_qp_disconnect;
spdk_rdma_qp_queue_send_wrs;
spdk_rdma_qp_flush_send_wrs;
spdk_rdma_create_mem_map;
spdk_rdma_free_mem_map;
spdk_rdma_get_translation;
local: *;
};