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: Saeed Mahameed <saeedm@nvidia.com>,
Tariq Toukan <tariqt@nvidia.com>,
"Mark Bloch" <mbloch@nvidia.com>,
Leon Romanovsky <leon@kernel.org>, <netdev@vger.kernel.org>,
<linux-rdma@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
Gal Pressman <gal@nvidia.com>,
Dragos Tatulea <dtatulea@nvidia.com>,
Cosmin Ratiu <cratiu@nvidia.com>,
Moshe Shemesh <moshe@nvidia.com>
Subject: [PATCH net-next V2 0/2] net/mlx5e: RX datapath enhancements
Date: Tue, 3 Feb 2026 09:21:28 +0200 [thread overview]
Message-ID: <20260203072130.1710255-1-tariqt@nvidia.com> (raw)
Hi,
This series by Dragos introduces multiple RX datapath enhancements to
the mlx5e driver.
First patch adds SW handling for oversized packets in non-linear SKB
mode.
Second patch adds a reclaim mechanism to mitigate memory allocation
failures with memory providers.
Regards,
Tariq
V2:
- Fix duplicate empty lines (Paolo).
- Drop patch #3.
- Link to V1: https://lore.kernel.org/all/1768224129-1600265-1-git-send-email-tariqt@nvidia.com/
Dragos Tatulea (2):
net/mlx5e: RX, Drop oversized packets in non-linear mode
net/mlx5e: SHAMPO, Improve allocation recovery
.../net/ethernet/mellanox/mlx5/core/en_main.c | 25 +------------
.../net/ethernet/mellanox/mlx5/core/en_rx.c | 37 +++++++++++++++++--
include/linux/mlx5/device.h | 5 +++
3 files changed, 41 insertions(+), 26 deletions(-)
base-commit: a22f57757f7e88c890499265c383ecb32900b645
--
2.44.0
next reply other threads:[~2026-02-03 7:22 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-03 7:21 Tariq Toukan [this message]
2026-02-03 7:21 ` [PATCH net-next V2 1/2] net/mlx5e: RX, Drop oversized packets in non-linear mode Tariq Toukan
2026-02-04 22:55 ` Jacob Keller
2026-02-03 7:21 ` [PATCH net-next V2 2/2] net/mlx5e: SHAMPO, Improve allocation recovery Tariq Toukan
2026-02-04 22:57 ` Jacob Keller
2026-02-05 5:30 ` [PATCH net-next V2 0/2] net/mlx5e: RX datapath enhancements 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=20260203072130.1710255-1-tariqt@nvidia.com \
--to=tariqt@nvidia.com \
--cc=andrew+netdev@lunn.ch \
--cc=cratiu@nvidia.com \
--cc=davem@davemloft.net \
--cc=dtatulea@nvidia.com \
--cc=edumazet@google.com \
--cc=gal@nvidia.com \
--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