mbox series

[net-next,0/3] mlx5 misc patches

Message ID 20240512124306.740898-1-tariqt@nvidia.com (mailing list archive)
Headers show
Series mlx5 misc patches | expand

Message

Tariq Toukan May 12, 2024, 12:43 p.m. UTC
Hi,

This series includes patches for the mlx5 driver.

Patch 1 by Shay enables LAG with HCAs of 8 ports.

Patch 2 by Carolina optimizes the safe switch channels operation for the
TX-only changes.

Patch 3 by Parav cleans up some unused code.

Series generated against:
commit cddd2dc6390b ("Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue")

Thanks,
Tariq.

Carolina Jubran (1):
  net/mlx5e: Modifying channels number and updating TX queues

Parav Pandit (1):
  net/mlx5: Remove unused msix related exported APIs

Shay Drory (1):
  net/mlx5: Enable 8 ports LAG

 drivers/net/ethernet/mellanox/mlx5/core/en.h  |  1 +
 .../ethernet/mellanox/mlx5/core/en_ethtool.c  |  2 +-
 .../net/ethernet/mellanox/mlx5/core/en_main.c | 95 +++++++++----------
 .../net/ethernet/mellanox/mlx5/core/lag/lag.c |  3 -
 .../net/ethernet/mellanox/mlx5/core/pci_irq.c | 52 ----------
 include/linux/mlx5/driver.h                   |  9 +-
 6 files changed, 48 insertions(+), 114 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org May 14, 2024, midnight UTC | #1
Hello:

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

On Sun, 12 May 2024 15:43:02 +0300 you wrote:
> Hi,
> 
> This series includes patches for the mlx5 driver.
> 
> Patch 1 by Shay enables LAG with HCAs of 8 ports.
> 
> Patch 2 by Carolina optimizes the safe switch channels operation for the
> TX-only changes.
> 
> [...]

Here is the summary with links:
  - [net-next,1/3] net/mlx5: Enable 8 ports LAG
    https://git.kernel.org/netdev/net-next/c/e0e6adfe8c20
  - [net-next,2/3] net/mlx5e: Modifying channels number and updating TX queues
    https://git.kernel.org/netdev/net-next/c/bcee093751f8
  - [net-next,3/3] net/mlx5: Remove unused msix related exported APIs
    https://git.kernel.org/netdev/net-next/c/db5944e16cd8

You are awesome, thank you!