Re: [PATCH for-rc] RDMA/uverbs: Track dmabuf memory regions
From: Jason Gunthorpe <jgg@nvidia.com>
Date: 2021-08-19 13:24:54
From: Jason Gunthorpe <jgg@nvidia.com>
Date: 2021-08-19 13:24:54
On Thu, Aug 12, 2021 at 04:56:06PM +0300, Gal Pressman wrote:
The dmabuf memory registrations are missing the restrack handling and
hence do not appear in rdma tool.
Fixes: bfe0cc6eb249 ("RDMA/uverbs: Add uverbs command for dma-buf based MR registration")
Signed-off-by: Gal Pressman <redacted>
Reviewed-by: Leon Romanovsky <leonro@nvidia.com>
---
drivers/infiniband/core/uverbs_std_types_mr.c | 3 +++
1 file changed, 3 insertions(+)Applied to for-rc, thanks Jason