diff options
author | Leon Romanovsky <leonro@mellanox.com> | 2019-02-18 22:25:50 +0200 |
---|---|---|
committer | Jason Gunthorpe <jgg@mellanox.com> | 2019-02-19 10:13:39 -0700 |
commit | c3d02788b45ab4a2d8f243b98c04b549c8193af6 (patch) | |
tree | a0e75d4efb5abb7564b8ae31c56464187903c09b /include/uapi | |
parent | 517b773e0f612d608cbc62a08c55601bd56f73f6 (diff) | |
download | linux-c3d02788b45ab4a2d8f243b98c04b549c8193af6.tar.gz linux-c3d02788b45ab4a2d8f243b98c04b549c8193af6.tar.bz2 linux-c3d02788b45ab4a2d8f243b98c04b549c8193af6.zip |
RDMA/nldev: Provide parent IDs for PD, MR and QP objects
PD, MR and QP objects have parents objects: contexts and PDs. The exposed
parent IDs allow to correlate various objects and simplify debug
investigation.
Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
Diffstat (limited to 'include/uapi')
-rw-r--r-- | include/uapi/rdma/rdma_netlink.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/rdma/rdma_netlink.h b/include/uapi/rdma/rdma_netlink.h index 43362132e0d7..4ebbcfb2c6ef 100644 --- a/include/uapi/rdma/rdma_netlink.h +++ b/include/uapi/rdma/rdma_netlink.h @@ -464,6 +464,7 @@ enum rdma_nldev_attr { RDMA_NLDEV_ATTR_RES_CQN, /* u32 */ RDMA_NLDEV_ATTR_RES_MRN, /* u32 */ RDMA_NLDEV_ATTR_RES_CM_IDN, /* u32 */ + RDMA_NLDEV_ATTR_RES_CTXN, /* u32 */ /* * Always the end |