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; 8+ 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] 8+ messages in thread
* [PATCH iproute2-next 0/3] Add support to set privileged qkey parameter
@ 2023-10-19  8:21 Patrisious Haddad
  2023-10-19  8:21 ` [PATCH iproute2-next 1/3] rdma: update uapi headers Patrisious Haddad
  0 siblings, 1 reply; 8+ messages in thread
From: Patrisious Haddad @ 2023-10-19  8:21 UTC (permalink / raw)
  To: jgg, leon, dsahern, stephen
  Cc: Patrisious Haddad, netdev, linux-rdma, linuxarm, linux-kernel,
	huangjunxian6, michaelgur

This patchset adds support to enable or disable privileged QKEY.
When enabled, non-privileged users will be allowed to specify a controlled QKEY.
The corresponding kernel commit is 36ce80759f8c
("RDMA/core: Add support to set privileged qkey parameter")

All the information regarding the added parameter and its usage are included
in the commits below and the edited man page.

Patrisious Haddad (3):
  rdma: update uapi headers
  rdma: Add an option to set privileged QKEY parameter
  rdma: Adjust man page for rdma system set privileged_qkey command

 man/man8/rdma-system.8                | 32 +++++++++++---
 rdma/include/uapi/rdma/rdma_netlink.h |  6 +++
 rdma/sys.c                            | 64 ++++++++++++++++++++++++++-
 rdma/utils.c                          |  1 +
 4 files changed, 96 insertions(+), 7 deletions(-)

-- 
2.18.1


^ permalink raw reply	[flat|nested] 8+ messages in thread
* [PATCH iproute2-next 0/3] Optional counter statistics support
@ 2021-09-21  6:27 Mark Zhang
  2021-09-21  6:27 ` [PATCH iproute2-next 1/3] rdma: Update uapi headers Mark Zhang
  0 siblings, 1 reply; 8+ messages in thread
From: Mark Zhang @ 2021-09-21  6:27 UTC (permalink / raw)
  To: jgg, dledford; +Cc: linux-rdma, aharonl, netao, leonro, Mark Zhang

---------------------------------
Kernel patch is not accepted yet.
---------------------------------

Hi,

This is supplementary part of kernel series [1], which provides an
extension to the rdma statistics tool that allows to set or list
optional counters dynamically, using netlink.

Thanks

[1] https://www.spinics.net/lists/linux-rdma/msg105567.html

Neta Ostrovsky (3):
  rdma: Update uapi headers
  rdma: Add stat "mode" support
  rdma: Add optional-counters set/unset support

 man/man8/rdma-statistic.8             |  55 +++++
 rdma/include/uapi/rdma/rdma_netlink.h |   3 +
 rdma/stat.c                           | 327 ++++++++++++++++++++++++++
 3 files changed, 385 insertions(+)

-- 
2.26.2


^ permalink raw reply	[flat|nested] 8+ messages in thread
* [PATCH iproute2-next 0/3] Global per-type support for QP counters
@ 2020-08-04  8:49 Leon Romanovsky
  2020-08-04  8:49 ` [PATCH iproute2-next 1/3] rdma: update uapi headers Leon Romanovsky
  0 siblings, 1 reply; 8+ messages in thread
From: Leon Romanovsky @ 2020-08-04  8:49 UTC (permalink / raw)
  To: David Ahern
  Cc: Leon Romanovsky, Doug Ledford, Ido Kalir, Jason Gunthorpe,
	linux-netdev, Mark Zhang, RDMA mailing list

From: Leon Romanovsky <leonro@mellanox.com>

Changelog:
 * Update first patch to latest rdma_netlink.h file.
 * Drop RFC, the kernel part was accepted.
https://lore.kernel.org/linux-rdma/20200726112011.75905-1-leon@kernel.org

---------------------------------------------------

Hi,

This is complimentary part of kernel series [1] that extends netlink
interface to allow automatic binding of QP counters based on their type,
in very similar manner to already existing per-PID ability.

Thanks

[1] https://lore.kernel.org/lkml/20200702082933.424537-1-leon@kernel.org

Mark Zhang (3):
  rdma: update uapi headers
  rdma: Add "PID" criteria support for statistic counter auto mode
  rdma: Document the new "pid" criteria for auto mode

 man/man8/rdma-statistic.8             | 23 +++++--
 rdma/include/uapi/rdma/rdma_netlink.h |  9 +--
 rdma/res-cmid.c                       |  6 --
 rdma/res.c                            |  6 ++
 rdma/res.h                            |  2 +-
 rdma/stat.c                           | 95 ++++++++++++++++++++-------
 6 files changed, 102 insertions(+), 39 deletions(-)

--
2.26.2


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

end of thread, other threads:[~2023-10-19  8:22 UTC | newest]

Thread overview: 8+ 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
  -- strict thread matches above, loose matches on Subject: below --
2023-10-19  8:21 [PATCH iproute2-next 0/3] Add support to set privileged qkey parameter Patrisious Haddad
2023-10-19  8:21 ` [PATCH iproute2-next 1/3] rdma: update uapi headers Patrisious Haddad
2021-09-21  6:27 [PATCH iproute2-next 0/3] Optional counter statistics support Mark Zhang
2021-09-21  6:27 ` [PATCH iproute2-next 1/3] rdma: Update uapi headers Mark Zhang
2020-08-04  8:49 [PATCH iproute2-next 0/3] Global per-type support for QP counters Leon Romanovsky
2020-08-04  8:49 ` [PATCH iproute2-next 1/3] rdma: update uapi headers Leon Romanovsky

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).