RDMA/mlx5: Add support for dmabuf to devx umem
This is modeled after the similar EFA enablement in commit 66f4817b ("RDMA/efa: Add support for dmabuf memory regions"). Like EFA there is no support for revocation so we simply call the ib_umem_dmabuf_get_pinned() to obtain a umem instead of the normal ib_umem_get(). Everything else stays the same. Link: https://lore.kernel.org/r/3-v1-bd147097458e+ede-umem_dmabuf_jgg@nvidia.com Signed-off-by:Jason Gunthorpe <jgg@nvidia.com>
Loading
Please sign in to comment