netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH rdma-next 0/5] Add support and infrastructure for RDMA TRANSPORT
@ 2025-02-26 13:01 Leon Romanovsky
  2025-02-26 13:01 ` [PATCH mlx5-next 1/5] net/mlx5: Add RDMA_CTRL HW capabilities Leon Romanovsky
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Leon Romanovsky @ 2025-02-26 13:01 UTC (permalink / raw)
  To: Jason Gunthorpe
  Cc: Andrew Lunn, Chiara Meiohas, Eric Dumazet, Jakub Kicinski,
	linux-rdma, Mark Bloch, Moshe Shemesh, netdev, Paolo Abeni,
	Patrisious Haddad, Saeed Mahameed, Tariq Toukan

Hi,

This is preparation series targeted for mlx5-next, which will be used
later in RDMA. 

This series adds RDMA transport steering logic which would allow the
vport group manager to catch control packets from VFs and forward them
to control SW to help with congestion control.

In addition, RDMA will provide new set of APIs to better control exposed
FW capabilities and this series is needed to make sure mlx5 command interface
will ensure that privileged commands can always proceed,

Thanks

Chiara Meiohas (3):
  net/mlx5: Add RDMA_CTRL HW capabilities
  net/mlx5: Allow the throttle mechanism to be more dynamic
  net/mlx5: Limit non-privileged commands

Patrisious Haddad (2):
  net/mlx5: Query ADV_RDMA capabilities
  net/mlx5: fs, add RDMA TRANSPORT steering domain support

 drivers/net/ethernet/mellanox/mlx5/core/cmd.c | 120 ++++++++++--
 .../mellanox/mlx5/core/esw/acl/helper.c       |   2 +-
 .../mellanox/mlx5/core/eswitch_offloads.c     |   6 +-
 .../net/ethernet/mellanox/mlx5/core/fs_cmd.c  |   2 +
 .../net/ethernet/mellanox/mlx5/core/fs_core.c | 178 ++++++++++++++++--
 .../net/ethernet/mellanox/mlx5/core/fs_core.h |  12 +-
 drivers/net/ethernet/mellanox/mlx5/core/fw.c  |   7 +
 .../net/ethernet/mellanox/mlx5/core/main.c    |   1 +
 include/linux/mlx5/device.h                   |  11 ++
 include/linux/mlx5/driver.h                   |   6 +
 include/linux/mlx5/fs.h                       |  10 +-
 include/linux/mlx5/mlx5_ifc.h                 |  52 ++++-
 12 files changed, 368 insertions(+), 39 deletions(-)

-- 
2.48.1


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

end of thread, other threads:[~2025-03-08 18:23 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-26 13:01 [PATCH rdma-next 0/5] Add support and infrastructure for RDMA TRANSPORT Leon Romanovsky
2025-02-26 13:01 ` [PATCH mlx5-next 1/5] net/mlx5: Add RDMA_CTRL HW capabilities Leon Romanovsky
2025-02-26 13:01 ` [PATCH mlx5-next 2/5] net/mlx5: Allow the throttle mechanism to be more dynamic Leon Romanovsky
2025-02-26 13:01 ` [PATCH mlx5-next 3/5] net/mlx5: Limit non-privileged commands Leon Romanovsky
2025-02-26 13:01 ` [PATCH mlx5-next 4/5] net/mlx5: Query ADV_RDMA capabilities Leon Romanovsky
2025-02-26 13:01 ` [PATCH mlx5-next 5/5] net/mlx5: fs, add RDMA TRANSPORT steering domain support Leon Romanovsky
2025-03-08 18:23 ` [PATCH rdma-next 0/5] Add support and infrastructure for RDMA TRANSPORT 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).