linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH iproute2-next 0/3] Add context and SRQ information to rdmatool
@ 2021-04-25 11:53 Leon Romanovsky
  2021-04-25 11:53 ` [PATCH iproute2-next 1/3] rdma: Update uapi headers Leon Romanovsky
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Leon Romanovsky @ 2021-04-25 11:53 UTC (permalink / raw)
  To: David Ahern
  Cc: Leon Romanovsky, Ido Kalir, linux-netdev, Mark Zhang,
	Neta Ostrovsky, RDMA mailing list

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

-- 
2.30.2


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-04-28 15:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-25 11:53 [PATCH iproute2-next 0/3] Add context and SRQ information to rdmatool Leon Romanovsky
2021-04-25 11:53 ` [PATCH iproute2-next 1/3] rdma: Update uapi headers Leon Romanovsky
2021-04-25 11:53 ` [PATCH iproute2-next 2/3] rdma: Add context resource tracking information Leon Romanovsky
2021-04-25 11:53 ` [PATCH iproute2-next 3/3] rdma: Add SRQ " Leon Romanovsky
2021-04-28 15:38 ` [PATCH iproute2-next 0/3] Add context and SRQ information to rdmatool David Ahern

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).