[PATCH net 0/9] mlx5 misc fixes 2025-06-10

Mark Bloch posted 9 patches 4 months ago
.../net/ethernet/mellanox/mlx5/core/en/qos.c  |  4 +++-
.../ethernet/mellanox/mlx5/core/en_ethtool.c  |  5 +----
.../net/ethernet/mellanox/mlx5/core/en_tc.c   | 12 +++++------
.../net/ethernet/mellanox/mlx5/core/eswitch.c | 21 ++++++++++++-------
.../net/ethernet/mellanox/mlx5/core/fs_core.c |  5 ++++-
.../ethernet/mellanox/mlx5/core/pagealloc.c   |  2 +-
.../mellanox/mlx5/core/steering/hws/action.c  | 14 ++++++-------
.../mellanox/mlx5/core/steering/hws/definer.c |  3 +++
.../mellanox/mlx5/core/steering/hws/fs_hws.c  |  5 ++++-
.../mellanox/mlx5/core/steering/hws/mlx5hws.h |  1 +
10 files changed, 43 insertions(+), 29 deletions(-)
[PATCH net 0/9] mlx5 misc fixes 2025-06-10
Posted by Mark Bloch 4 months ago
This patchset includes misc fixes from the team for the mlx5 core
and Ethernet drivers.

Thanks,
Mark

Amir Tzin (1):
  net/mlx5: Fix ECVF vports unload on shutdown flow

Jianbo Liu (1):
  net/mlx5e: Fix leak of Geneve TLV option object

Leon Romanovsky (1):
  net/mlx5e: Properly access RCU protected qdisc_sleeping variable

Moshe Shemesh (1):
  net/mlx5: Ensure fw pages are always allocated on same NUMA

Patrisious Haddad (1):
  net/mlx5: Fix return value when searching for existing flow group

Shahar Shitrit (1):
  net/mlx5e: Fix number of lanes to UNKNOWN when using data_rate_oper

Vlad Dogaru (2):
  net/mlx5: HWS, Init mutex on the correct path
  net/mlx5: HWS, make sure the uplink is the last destination

Yevgeny Kliteynik (1):
  net/mlx5: HWS, fix missing ip_version handling in definer

 .../net/ethernet/mellanox/mlx5/core/en/qos.c  |  4 +++-
 .../ethernet/mellanox/mlx5/core/en_ethtool.c  |  5 +----
 .../net/ethernet/mellanox/mlx5/core/en_tc.c   | 12 +++++------
 .../net/ethernet/mellanox/mlx5/core/eswitch.c | 21 ++++++++++++-------
 .../net/ethernet/mellanox/mlx5/core/fs_core.c |  5 ++++-
 .../ethernet/mellanox/mlx5/core/pagealloc.c   |  2 +-
 .../mellanox/mlx5/core/steering/hws/action.c  | 14 ++++++-------
 .../mellanox/mlx5/core/steering/hws/definer.c |  3 +++
 .../mellanox/mlx5/core/steering/hws/fs_hws.c  |  5 ++++-
 .../mellanox/mlx5/core/steering/hws/mlx5hws.h |  1 +
 10 files changed, 43 insertions(+), 29 deletions(-)


base-commit: fdd9ebccfc32c060d027ab9a2c957097e6997de6
-- 
2.34.1
Re: [PATCH net 0/9] mlx5 misc fixes 2025-06-10
Posted by Jakub Kicinski 4 months ago
On Tue, 10 Jun 2025 18:15:05 +0300 Mark Bloch wrote:
> This patchset includes misc fixes from the team for the mlx5 core
> and Ethernet drivers.

I'll apply the good patches, the one that should go to net-next looks
completely unrelated to the rest.