From: Mark Zhang <markz@xxxxxxxxxxxx> Update rdma_netlink.h file upto kernel commit 76251e15ea73 ("RDMA/counter: Add PID category support in auto mode") Signed-off-by: Mark Zhang <markz@xxxxxxxxxxxx> Reviewed-by: Ido Kalir <idok@xxxxxxxxxxxx> Signed-off-by: Leon Romanovsky <leonro@xxxxxxxxxxxx> --- rdma/include/uapi/rdma/rdma_netlink.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/rdma/include/uapi/rdma/rdma_netlink.h b/rdma/include/uapi/rdma/rdma_netlink.h index fe127b88..4aef76ae 100644 --- a/rdma/include/uapi/rdma/rdma_netlink.h +++ b/rdma/include/uapi/rdma/rdma_netlink.h @@ -287,11 +287,11 @@ enum rdma_nldev_command { RDMA_NLDEV_CMD_STAT_DEL, - RDMA_NLDEV_CMD_RES_QP_GET_RAW, /* can dump */ + RDMA_NLDEV_CMD_RES_QP_GET_RAW, - RDMA_NLDEV_CMD_RES_CQ_GET_RAW, /* can dump */ + RDMA_NLDEV_CMD_RES_CQ_GET_RAW, - RDMA_NLDEV_CMD_RES_MR_GET_RAW, /* can dump */ + RDMA_NLDEV_CMD_RES_MR_GET_RAW, RDMA_NLDEV_NUM_OPS }; @@ -531,7 +531,7 @@ enum rdma_nldev_attr { */ RDMA_NLDEV_ATTR_DEV_DIM, /* u8 */ - RDMA_NLDEV_ATTR_RES_RAW, /* binary */ + RDMA_NLDEV_ATTR_RES_RAW, /* binary */ /* * Always the end @@ -569,5 +569,6 @@ enum rdma_nl_counter_mode { */ enum rdma_nl_counter_mask { RDMA_COUNTER_MASK_QP_TYPE = 1, + RDMA_COUNTER_MASK_PID = 1 << 1, }; #endif /* _RDMA_NETLINK_H */ -- 2.26.2