>-----Original Message----- >From: Leon Romanovsky <leon@xxxxxxxxxx> >Sent: Tuesday, April 30, 2024 3:48 PM >To: David Ahern <dsahern@xxxxxxxxx> >Cc: Chiara Meiohas <cmeiohas@xxxxxxxxxx>; Jason Gunthorpe ><jgg@xxxxxxxxxx>; linux-netdev <netdev@xxxxxxxxxxxxxxx>; RDMA mailing list ><linux-rdma@xxxxxxxxxxxxxxx> >Subject: [EXTERNAL] [PATCH iproute2-next 1/2] rdma: update uapi header > >From: Chiara Meiohas <cmeiohas@xxxxxxxxxx> > >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@xxxxxxxxxx> >Signed-off-by: Leon Romanovsky <leonro@xxxxxxxxxx> Reviewed-by: Subbaraya Sundeep <sbhatta@xxxxxxxxxxx> Thanks, Sundeep >--- > rdma/include/uapi/rdma/rdma_netlink.h | 6 ++++++ > 1 file changed, 6 insertions(+) > >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 > */ >-- >2.44.0 >