From: Maor Gottlieb Date: Wed, 24 Jun 2020 10:40:09 +0000 (+0300) Subject: rdma: update uapi headers X-Git-Tag: v5.9.0~34^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f23492823bd41edaba06470a177d0a07d8f6e51;p=thirdparty%2Fiproute2.git rdma: update uapi headers Update rdma_netlink.h file upto kernel commit 65959522f806 ("RDMA: Add support to dump resource tracker in RAW format") Signed-off-by: Maor Gottlieb Signed-off-by: Leon Romanovsky Signed-off-by: David Ahern --- diff --git a/rdma/include/uapi/rdma/rdma_netlink.h b/rdma/include/uapi/rdma/rdma_netlink.h index ae5a77a17..fe127b88d 100644 --- a/rdma/include/uapi/rdma/rdma_netlink.h +++ b/rdma/include/uapi/rdma/rdma_netlink.h @@ -287,6 +287,12 @@ enum rdma_nldev_command { RDMA_NLDEV_CMD_STAT_DEL, + RDMA_NLDEV_CMD_RES_QP_GET_RAW, /* can dump */ + + RDMA_NLDEV_CMD_RES_CQ_GET_RAW, /* can dump */ + + RDMA_NLDEV_CMD_RES_MR_GET_RAW, /* can dump */ + RDMA_NLDEV_NUM_OPS }; @@ -525,6 +531,8 @@ enum rdma_nldev_attr { */ RDMA_NLDEV_ATTR_DEV_DIM, /* u8 */ + RDMA_NLDEV_ATTR_RES_RAW, /* binary */ + /* * Always the end */