diff options
author | Steve Wise <swise@opengridcomputing.com> | 2018-03-01 22:58:13 +0100 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2018-03-08 21:03:03 +0100 |
commit | fccec5b89ac61ebe2f353feecd08a16621f2418b (patch) | |
tree | f7930115646b4cc3902b3f8c334fd697406db131 /include/rdma/ib_verbs.h | |
parent | mlx4_ib: set user mr attributes in struct ib_mr (diff) | |
download | linux-fccec5b89ac61ebe2f353feecd08a16621f2418b.tar.xz linux-fccec5b89ac61ebe2f353feecd08a16621f2418b.zip |
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>
Diffstat (limited to 'include/rdma/ib_verbs.h')
-rw-r--r-- | include/rdma/ib_verbs.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/rdma/ib_verbs.h b/include/rdma/ib_verbs.h index 73b2387e3f74..7df3274818f9 100644 --- a/include/rdma/ib_verbs.h +++ b/include/rdma/ib_verbs.h @@ -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 { |