numam-spdk/lib/rdma/spdk_rdma.map
Alexey Marchuk 9451030761 rdma: Add functions to queue and flush recv WRs
Change-Id: I77e286efd48330fcb6c1c85d1515656e49587983
Signed-off-by: Alexey Marchuk <alexeymar@mellanox.com>
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/6290
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>
Community-CI: Mellanox Build Bot
2021-02-22 10:05:27 +00:00

24 lines
481 B
Plaintext

{
global:
# Public functions
spdk_rdma_srq_create;
spdk_rdma_srq_destroy;
spdk_rdma_srq_queue_recv_wrs;
spdk_rdma_srq_flush_recv_wrs;
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;
spdk_rdma_qp_queue_recv_wrs;
spdk_rdma_qp_flush_recv_wrs;
local: *;
};