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>
This commit is contained in:
parent
79ea01927c
commit
8f23492823
|
|
@ -287,6 +287,12 @@ enum rdma_nldev_command {
|
||||||
|
|
||||||
RDMA_NLDEV_CMD_STAT_DEL,
|
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
|
RDMA_NLDEV_NUM_OPS
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -525,6 +531,8 @@ enum rdma_nldev_attr {
|
||||||
*/
|
*/
|
||||||
RDMA_NLDEV_ATTR_DEV_DIM, /* u8 */
|
RDMA_NLDEV_ATTR_DEV_DIM, /* u8 */
|
||||||
|
|
||||||
|
RDMA_NLDEV_ATTR_RES_RAW, /* binary */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Always the end
|
* Always the end
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue