mbox series

[net,0/6] mlx5 misc fixes 2024-12-03

Message ID 20241203204920.232744-1-tariqt@nvidia.com (mailing list archive)
Headers show
Series mlx5 misc fixes 2024-12-03 | expand

Message

Tariq Toukan Dec. 3, 2024, 8:49 p.m. UTC
Hi,

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

Series generated against:
commit af8edaeddbc5 ("net: hsr: must allocate more bytes for RedBox support")

Thanks,
Tariq.


Cosmin Ratiu (2):
  net/mlx5: HWS: Fix memory leak in mlx5hws_definer_calc_layout
  net/mlx5: HWS: Properly set bwc queue locks lock classes

Jianbo Liu (1):
  net/mlx5e: Remove workaround to avoid syndrome for internal port

Patrisious Haddad (2):
  net/mlx5: E-Switch, Fix switching to switchdev mode with IB device
    disabled
  net/mlx5: E-Switch, Fix switching to switchdev mode in MPV

Tariq Toukan (1):
  net/mlx5e: SD, Use correct mdev to build channel param

 .../mellanox/mlx5/core/en/tc_tun_encap.c      | 13 ++++++--
 .../net/ethernet/mellanox/mlx5/core/en_main.c | 32 ++++++++++---------
 .../mellanox/mlx5/core/eswitch_offloads.c     |  5 +--
 .../mlx5/core/steering/hws/bwc_complex.c      |  2 ++
 .../mellanox/mlx5/core/steering/hws/send.c    |  1 +
 5 files changed, 34 insertions(+), 19 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Dec. 5, 2024, 3:50 a.m. UTC | #1
Hello:

This series was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Tue, 3 Dec 2024 22:49:14 +0200 you wrote:
> Hi,
> 
> This patchset provides misc bug fixes from the team to the mlx5 core and
> Eth drivers.
> 
> Series generated against:
> commit af8edaeddbc5 ("net: hsr: must allocate more bytes for RedBox support")
> 
> [...]

Here is the summary with links:
  - [net,1/6] net/mlx5: HWS: Fix memory leak in mlx5hws_definer_calc_layout
    https://git.kernel.org/netdev/net/c/530b69a26952
  - [net,2/6] net/mlx5: HWS: Properly set bwc queue locks lock classes
    https://git.kernel.org/netdev/net/c/10e0f0c018d5
  - [net,3/6] net/mlx5: E-Switch, Fix switching to switchdev mode with IB device disabled
    https://git.kernel.org/netdev/net/c/5f9b2bf019b7
  - [net,4/6] net/mlx5: E-Switch, Fix switching to switchdev mode in MPV
    https://git.kernel.org/netdev/net/c/d04c81a3e3ce
  - [net,5/6] net/mlx5e: SD, Use correct mdev to build channel param
    https://git.kernel.org/netdev/net/c/31f114c3d158
  - [net,6/6] net/mlx5e: Remove workaround to avoid syndrome for internal port
    https://git.kernel.org/netdev/net/c/5085f861b414

You are awesome, thank you!