summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChiara Meiohas <cmeiohas@nvidia.com>2024-04-30 13:18:19 +0300
committerDavid Ahern <dsahern@kernel.org>2024-05-03 15:14:55 +0000
commite459ea4392c4b2fdb839c11fa04418c62def40e1 (patch)
treec01d2e9e75952d7ab2429d000936737c4d4c77fd
parentc34ca740856ffb50a3cb766bf37d9ae7076af4f9 (diff)
rdma: update uapi header
Update rdma_netlink.h file up to kernel commit e18fa0bbcedf ("RDMA/core: Add an option to display driver-specific QPs in the rdmatool") Signed-off-by: Chiara Meiohas <cmeiohas@nvidia.com> Signed-off-by: Leon Romanovsky <leonro@nvidia.com> Reviewed-by: Subbaraya Sundeep <sbhatta@marvell.com> Signed-off-by: David Ahern <dsahern@kernel.org>
-rw-r--r--rdma/include/uapi/rdma/rdma_netlink.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/rdma/include/uapi/rdma/rdma_netlink.h b/rdma/include/uapi/rdma/rdma_netlink.h
index e8861b5e..a6c8a52d 100644
--- a/rdma/include/uapi/rdma/rdma_netlink.h
+++ b/rdma/include/uapi/rdma/rdma_netlink.h
@@ -558,6 +558,12 @@ enum rdma_nldev_attr {
RDMA_NLDEV_SYS_ATTR_PRIVILEGED_QKEY_MODE, /* u8 */
+ RDMA_NLDEV_ATTR_DRIVER_DETAILS, /* u8 */
+ /*
+ * QP subtype string, used for driver QPs
+ */
+ RDMA_NLDEV_ATTR_RES_SUBTYPE, /* string */
+
/*
* Always the end
*/