rdma: Update uapi headers
Update rdma_netlink.h file upto kernel commit c6c11ad3ab9f
("RDMA/nldev: Add QP numbers to SRQ information")
Reviewed-by: Mark Zhang <markz@mellanox.com>
Signed-off-by: Neta Ostrovsky <netao@nvidia.com>
Signed-off-by: Leon Romanovsky <leonro@nvidia.com>
Signed-off-by: David Ahern <dsahern@kernel.org>
This commit is contained in:
parent
a5ea744ca2
commit
4c61b5b9df
|
|
@ -293,6 +293,10 @@ enum rdma_nldev_command {
|
||||||
|
|
||||||
RDMA_NLDEV_CMD_RES_MR_GET_RAW,
|
RDMA_NLDEV_CMD_RES_MR_GET_RAW,
|
||||||
|
|
||||||
|
RDMA_NLDEV_CMD_RES_CTX_GET, /* can dump */
|
||||||
|
|
||||||
|
RDMA_NLDEV_CMD_RES_SRQ_GET, /* can dump */
|
||||||
|
|
||||||
RDMA_NLDEV_NUM_OPS
|
RDMA_NLDEV_NUM_OPS
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -533,6 +537,15 @@ enum rdma_nldev_attr {
|
||||||
|
|
||||||
RDMA_NLDEV_ATTR_RES_RAW, /* binary */
|
RDMA_NLDEV_ATTR_RES_RAW, /* binary */
|
||||||
|
|
||||||
|
RDMA_NLDEV_ATTR_RES_CTX, /* nested table */
|
||||||
|
RDMA_NLDEV_ATTR_RES_CTX_ENTRY, /* nested table */
|
||||||
|
|
||||||
|
RDMA_NLDEV_ATTR_RES_SRQ, /* nested table */
|
||||||
|
RDMA_NLDEV_ATTR_RES_SRQ_ENTRY, /* nested table */
|
||||||
|
RDMA_NLDEV_ATTR_RES_SRQN, /* u32 */
|
||||||
|
|
||||||
|
RDMA_NLDEV_ATTR_MIN_RANGE, /* u32 */
|
||||||
|
RDMA_NLDEV_ATTR_MAX_RANGE, /* u32 */
|
||||||
/*
|
/*
|
||||||
* Always the end
|
* Always the end
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue