aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi
diff options
context:
space:
mode:
authorLeon Romanovsky <leonro@mellanox.com>2019-02-18 15:25:50 -0500
committerJason Gunthorpe <jgg@mellanox.com>2019-02-19 12:13:39 -0500
commitc3d02788b45ab4a2d8f243b98c04b549c8193af6 (patch)
treea0e75d4efb5abb7564b8ae31c56464187903c09b /include/uapi
parent517b773e0f612d608cbc62a08c55601bd56f73f6 (diff)
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.h1
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 {
464 RDMA_NLDEV_ATTR_RES_CQN, /* u32 */ 464 RDMA_NLDEV_ATTR_RES_CQN, /* u32 */
465 RDMA_NLDEV_ATTR_RES_MRN, /* u32 */ 465 RDMA_NLDEV_ATTR_RES_MRN, /* u32 */
466 RDMA_NLDEV_ATTR_RES_CM_IDN, /* u32 */ 466 RDMA_NLDEV_ATTR_RES_CM_IDN, /* u32 */
467 RDMA_NLDEV_ATTR_RES_CTXN, /* u32 */
467 468
468 /* 469 /*
469 * Always the end 470 * Always the end