[PATCH net-next V2 0/2] net/mlx5e: RX datapath enhancements
From: Tariq Toukan <tariqt@nvidia.com>
Date: 2026-02-03 07:22:04
Also in:
linux-rdma, lkml
From: Tariq Toukan <tariqt@nvidia.com>
Date: 2026-02-03 07:22:04
Also in:
linux-rdma, lkml
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/ (local) 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