rpma_utils_ibv_context_is_odp_capable(3) RPMA Programmer's Manual rpma_utils_ibv_context_is_odp_capable(3)

rpma_utils_ibv_context_is_odp_capable - is On-Demand Paging supported

      #include <librpma.h>
      struct ibv_context;
      int rpma_utils_ibv_context_is_odp_capable(struct ibv_context *ibv_ctx,
              int *is_odp_capable);

rpma_utils_ibv_context_is_odp_capable() queries the RDMA device context's capabilities and check if it supports On-Demand Paging.

The rpma_utils_ibv_context_is_odp_capable() function returns 0 on success or a negative error code on failure. The *is_odp_capable value on failure is undefined.

rpma_utils_ibv_context_is_odp_capable() can fail with the following errors:

rpma_utils_get_ibv_context(3), librpma(7) and https://pmem.io/rpma/

29 October 2024 RPMA