ibv_memcpy_from_dm (3) Linux Manual Page
NAME ibv_alloc_dm, ibv_free_dm, ibv_memcpy_to/from_dm – allocate or free a device memory buffer (DMs) and perform memory copy to or from it SYNOPSIS #include <infiniband/verbs.h> struct ibv_dm *ibv_alloc_dm(struct ibv_context *context, struct ibv_alloc_dm_attr *attr); int ibv_free_dm(struct ibv_dm *dm); DESCRIPTION ibv_alloc_dm() allocates a device memory buffer for the RDMA device context context. The argument attr is a pointer…
