Message ID | cover.1619351025.git.leonro@nvidia.com (mailing list archive) |
---|---|
Headers | show |
Series | Add context and SRQ information to rdmatool | expand |
On 4/25/21 5:53 AM, Leon Romanovsky wrote: > From: Leon Romanovsky <leonro@nvidia.com> > > 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@nvidia.com/ > > 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 > applied to iproute2-next.
From: Leon Romanovsky <leonro@nvidia.com> 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@nvidia.com/ 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