From: Leon Romanovsky <leonro@xxxxxxxxxx> Hi, This is the user space part of already accepted to the kernel series that extends RDMA netlink interface to return uverbs context and SRQ information. The accepted kernel series can be seen here: https://lore.kernel.org/linux-rdma/20210422133459.GA2390260@xxxxxxxxxx/ Thanks Neta Ostrovsky (2): rdma: Update uapi headers rdma: Add context resource tracking information rdma: Add SRQ resource tracking information man/man8/rdma-resource.8 | 12 +- rdma/Makefile | 2 +- rdma/include/uapi/rdma/rdma_netlink.h | 13 ++ rdma/res-ctx.c | 103 ++++++++++ rdma/res-srq.c | 274 ++++++++++++++++++++++++++ rdma/res.c | 8 +- rdma/res.h | 28 +++ rdma/utils.c | 8 + 8 files changed, 445 insertions(+), 3 deletions(-) create mode 100644 rdma/res-ctx.c create mode 100644 rdma/res-srq.c -- 2.30.2