[PATCH net 0/3] mlx5 misc fixes 2026-01-26

Tariq Toukan posted 3 patches 1 week, 5 days ago
drivers/net/ethernet/mellanox/mlx5/core/dev.c | 14 ++++++++++
.../net/ethernet/mellanox/mlx5/core/en_main.c | 21 ++++++++-------
.../net/ethernet/mellanox/mlx5/core/en_tc.c   | 19 +++++++++-----
.../net/ethernet/mellanox/mlx5/core/eswitch.h |  4 +++
.../mellanox/mlx5/core/eswitch_offloads.c     | 26 +++++++++++++++++++
.../ethernet/mellanox/mlx5/core/mlx5_core.h   |  1 +
6 files changed, 70 insertions(+), 15 deletions(-)
[PATCH net 0/3] mlx5 misc fixes 2026-01-26
Posted by Tariq Toukan 1 week, 5 days ago
Hi,

This patchset provides misc bug fixes from the team to the mlx5 core and
Eth drivers.

Thanks,
Tariq.


Gal Pressman (1):
  net/mlx5e: Account for netdev stats in ndo_get_stats64

Mark Bloch (1):
  net/mlx5e: TC, delete flows only for existing peers

Shay Drory (1):
  net/mlx5: Fix Unbinding uplink-netdev in switchdev mode

 drivers/net/ethernet/mellanox/mlx5/core/dev.c | 14 ++++++++++
 .../net/ethernet/mellanox/mlx5/core/en_main.c | 21 ++++++++-------
 .../net/ethernet/mellanox/mlx5/core/en_tc.c   | 19 +++++++++-----
 .../net/ethernet/mellanox/mlx5/core/eswitch.h |  4 +++
 .../mellanox/mlx5/core/eswitch_offloads.c     | 26 +++++++++++++++++++
 .../ethernet/mellanox/mlx5/core/mlx5_core.h   |  1 +
 6 files changed, 70 insertions(+), 15 deletions(-)


base-commit: 709bbb015538dfd5c97308b77c950d41a4d95cd3
-- 
2.40.1
Re: [PATCH net 0/3] mlx5 misc fixes 2026-01-26
Posted by Simon Horman 1 week, 3 days ago
On Mon, Jan 26, 2026 at 09:14:52AM +0200, Tariq Toukan wrote:
> Hi,
> 
> This patchset provides misc bug fixes from the team to the mlx5 core and
> Eth drivers.
> 
> Thanks,
> Tariq.
> 
> 
> Gal Pressman (1):
>   net/mlx5e: Account for netdev stats in ndo_get_stats64
> 
> Mark Bloch (1):
>   net/mlx5e: TC, delete flows only for existing peers
> 
> Shay Drory (1):
>   net/mlx5: Fix Unbinding uplink-netdev in switchdev mode

Thanks,

For the series:

Reviewed-by: Simon Horman <horms@kernel.org>