summaryrefslogtreecommitdiff
path: root/rdma
diff options
context:
space:
mode:
authorMaor Gottlieb <maorg@mellanox.com>2020-06-24 13:40:09 +0300
committerDavid Ahern <dsahern@kernel.org>2020-07-05 18:10:50 +0000
commit8f23492823bd41edaba06470a177d0a07d8f6e51 (patch)
treea56e78cfddb6842071a2a39a5c837c99fe03c973 /rdma
parent79ea01927ca3ad0a9c2ff35e5b1022058bffe97c (diff)
downloadiproute2-8f23492823bd41edaba06470a177d0a07d8f6e51.tar.gz
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 <maorg@mellanox.com> Signed-off-by: Leon Romanovsky <leonro@mellanox.com> Signed-off-by: David Ahern <dsahern@kernel.org>
Diffstat (limited to 'rdma')
-rw-r--r--rdma/include/uapi/rdma/rdma_netlink.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/rdma/include/uapi/rdma/rdma_netlink.h b/rdma/include/uapi/rdma/rdma_netlink.h
index ae5a77a1..fe127b88 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
*/