RDMA/nldev: provide detailed MR information
Implement the RDMA nldev netlink interface for dumping detailed MR information. Signed-off-by: Steve Wise <swise@opengridcomputing.com> Reviewed-by: Leon Romanovsky <leonro@mellanox.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
This commit is contained in:
@@ -1772,6 +1772,11 @@ struct ib_mr {
|
||||
struct ib_uobject *uobject; /* user */
|
||||
struct list_head qp_entry; /* FR */
|
||||
};
|
||||
|
||||
/*
|
||||
* Implementation details of the RDMA core, don't use in drivers:
|
||||
*/
|
||||
struct rdma_restrack_entry res;
|
||||
};
|
||||
|
||||
struct ib_mw {
|
||||
|
Reference in New Issue
Block a user