From: Tariq Toukan <tariqt@nvidia.com>
To: Eric Dumazet <edumazet@google.com>,
Jakub Kicinski <kuba@kernel.org>, Paolo Abeni <pabeni@redhat.com>,
Andrew Lunn <andrew+netdev@lunn.ch>,
"David S. Miller" <davem@davemloft.net>
Cc: Leon Romanovsky <leon@kernel.org>, Jason Gunthorpe <jgg@ziepe.ca>,
"Saeed Mahameed" <saeedm@nvidia.com>,
Tariq Toukan <tariqt@nvidia.com>, Mark Bloch <mbloch@nvidia.com>,
<linux-kernel@vger.kernel.org>, <linux-rdma@vger.kernel.org>,
<netdev@vger.kernel.org>, Gal Pressman <gal@nvidia.com>,
Moshe Shemesh <moshe@nvidia.com>
Subject: [pull-request] mlx5-next updates 2026-03-17
Date: Tue, 17 Mar 2026 09:58:44 +0200 [thread overview]
Message-ID: <20260317075844.12066-1-tariqt@nvidia.com> (raw)
Hi,
The following pull-request contains common mlx5 updates
for your *net-next* tree.
Please pull and let me know of any problem.
Regards,
Tariq
----------------------------------------------------------------
The following changes since commit 11439c4635edd669ae435eec308f4ab8a0804808:
Linux 7.0-rc2 (2026-03-01 15:39:31 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux.git mlx5-next
for you to fetch changes up to 4dd2115f43594da5271a1aa34fde6719b4259047:
net/mlx5: Expose MLX5_UMR_ALIGN definition (2026-03-16 16:23:00 -0400)
----------------------------------------------------------------
Alexei Lazar (1):
net/mlx5: Add IFC bits for shared headroom pool PBMC support
Maher Sanalla (2):
net/mlx5: Add TLP emulation device capabilities
net/mlx5: Expose TLP emulation capabilities
Shay Drory (7):
net/mlx5: Add silent mode set/query and VHCA RX IFC bits
net/mlx5: LAG, replace pf array with xarray
net/mlx5: LAG, use xa_alloc to manage LAG device indices
net/mlx5: E-switch, modify peer miss rule index to vhca_id
net/mlx5: LAG, replace mlx5_get_dev_index with LAG sequence number
net/mlx5: Add VHCA RX flow destination support for FW steering
{net/RDMA}/mlx5: Add LAG demux table API and vport demux rules
Tariq Toukan (1):
net/mlx5: Expose MLX5_UMR_ALIGN definition
drivers/infiniband/hw/mlx5/ib_rep.c | 24 +-
drivers/infiniband/hw/mlx5/main.c | 21 +-
drivers/infiniband/hw/mlx5/mlx5_ib.h | 1 -
drivers/infiniband/hw/mlx5/mr.c | 1 -
.../mellanox/mlx5/core/diag/fs_tracepoint.c | 3 +
drivers/net/ethernet/mellanox/mlx5/core/en_tc.c | 9 +-
drivers/net/ethernet/mellanox/mlx5/core/eswitch.h | 14 +-
.../ethernet/mellanox/mlx5/core/eswitch_offloads.c | 103 +++-
drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c | 6 +-
drivers/net/ethernet/mellanox/mlx5/core/fs_core.c | 17 +-
drivers/net/ethernet/mellanox/mlx5/core/fw.c | 6 +
.../net/ethernet/mellanox/mlx5/core/lag/debugfs.c | 3 +-
drivers/net/ethernet/mellanox/mlx5/core/lag/lag.c | 684 +++++++++++++++++----
drivers/net/ethernet/mellanox/mlx5/core/lag/lag.h | 49 +-
drivers/net/ethernet/mellanox/mlx5/core/lag/mp.c | 20 +-
.../net/ethernet/mellanox/mlx5/core/lag/mpesw.c | 15 +-
.../net/ethernet/mellanox/mlx5/core/lag/port_sel.c | 28 +-
drivers/net/ethernet/mellanox/mlx5/core/lib/sd.c | 2 +-
drivers/net/ethernet/mellanox/mlx5/core/main.c | 1 +
include/linux/mlx5/device.h | 10 +
include/linux/mlx5/fs.h | 10 +-
include/linux/mlx5/lag.h | 21 +
include/linux/mlx5/mlx5_ifc.h | 49 +-
23 files changed, 888 insertions(+), 209 deletions(-)
create mode 100644 include/linux/mlx5/lag.h
next reply other threads:[~2026-03-17 7:59 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-17 7:58 Tariq Toukan [this message]
2026-03-19 2:30 ` [pull-request] mlx5-next updates 2026-03-17 patchwork-bot+netdevbpf
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=20260317075844.12066-1-tariqt@nvidia.com \
--to=tariqt@nvidia.com \
--cc=andrew+netdev@lunn.ch \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=gal@nvidia.com \
--cc=jgg@ziepe.ca \
--cc=kuba@kernel.org \
--cc=leon@kernel.org \
--cc=linux-kernel@vger.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=saeedm@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