From: Leon Romanovsky <leon@kernel.org>
To: Jason Gunthorpe <jgg@nvidia.com>
Cc: Andrew Lunn <andrew+netdev@lunn.ch>,
Chiara Meiohas <cmeiohas@nvidia.com>,
Eric Dumazet <edumazet@google.com>,
Jakub Kicinski <kuba@kernel.org>,
linux-rdma@vger.kernel.org, Mark Bloch <mbloch@nvidia.com>,
Moshe Shemesh <moshe@nvidia.com>,
netdev@vger.kernel.org, Paolo Abeni <pabeni@redhat.com>,
Patrisious Haddad <phaddad@nvidia.com>,
Saeed Mahameed <saeedm@nvidia.com>,
Tariq Toukan <tariqt@nvidia.com>
Subject: [PATCH rdma-next 0/5] Add support and infrastructure for RDMA TRANSPORT
Date: Wed, 26 Feb 2025 15:01:04 +0200 [thread overview]
Message-ID: <cover.1740574103.git.leon@kernel.org> (raw)
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
next reply other threads:[~2025-02-26 13:01 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-26 13:01 Leon Romanovsky [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1740574103.git.leon@kernel.org \
--to=leon@kernel.org \
--cc=andrew+netdev@lunn.ch \
--cc=cmeiohas@nvidia.com \
--cc=edumazet@google.com \
--cc=jgg@nvidia.com \
--cc=kuba@kernel.org \
--cc=linux-rdma@vger.kernel.org \
--cc=mbloch@nvidia.com \
--cc=moshe@nvidia.com \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=phaddad@nvidia.com \
--cc=saeedm@nvidia.com \
--cc=tariqt@nvidia.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).