From: Chiara Meiohas Date: Tue, 30 Apr 2024 10:18:19 +0000 (+0300) Subject: rdma: update uapi header X-Git-Tag: v6.10.0~10^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e459ea4392c4b2fdb839c11fa04418c62def40e1;p=thirdparty%2Fiproute2.git 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 Signed-off-by: Leon Romanovsky Reviewed-by: Subbaraya Sundeep Signed-off-by: David Ahern --- diff --git a/rdma/include/uapi/rdma/rdma_netlink.h b/rdma/include/uapi/rdma/rdma_netlink.h index e8861b5ee..a6c8a52dc 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 */