public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* [pull-request] mlx5-next updates 2026-01-13
@ 2026-01-13 10:17 Tariq Toukan
  2026-01-13 21:23 ` patchwork-bot+netdevbpf
  2026-01-14  1:50 ` patchwork-bot+netdevbpf
  0 siblings, 2 replies; 3+ messages in thread
From: Tariq Toukan @ 2026-01-13 10:17 UTC (permalink / raw)
  To: Eric Dumazet, Jakub Kicinski, Paolo Abeni, Andrew Lunn,
	David S. Miller
  Cc: Saeed Mahameed, Leon Romanovsky, Tariq Toukan, Mark Bloch, netdev,
	linux-rdma, linux-kernel, Gal Pressman, Alexei Lazar, Or Har-Toov

Hi,

The following pull-request contains common mlx5 updates
for your *net-next* tree.
Please pull and let me know of any problem.

Regards,
Tariq

----------------------------------------------------------------
The following changes since commit f8f9c1f4d0c7a64600e2ca312dec824a0bc2f1da:

  Linux 6.19-rc3 (2025-12-28 13:24:26 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux.git mlx5-next

for you to fetch changes up to 49e41f3ea3f7545c732a0b399cb123173afc5cfe:

  net/mlx5: Add IFC bits for extended ETS rate limit bandwidth value (2026-01-13 03:43:00 -0500)

----------------------------------------------------------------
Alexei Lazar (1):
      net/mlx5: Add IFC bits for extended ETS rate limit bandwidth value

Or Har-Toov (4):
      net/mlx5: Add max_tx_speed and its CAP bit to IFC
      net/mlx5: Propagate LAG effective max_tx_speed to vports
      net/mlx5: Handle port and vport speed change events in MPESW
      net/mlx5: Add support for querying bond speed

 drivers/net/ethernet/mellanox/mlx5/core/lag/lag.c  | 215 +++++++++++++++++++++
 drivers/net/ethernet/mellanox/mlx5/core/lag/lag.h  |  11 ++
 .../net/ethernet/mellanox/mlx5/core/lag/mpesw.c    |  39 ++++
 .../net/ethernet/mellanox/mlx5/core/lag/mpesw.h    |  14 ++
 .../net/ethernet/mellanox/mlx5/core/mlx5_core.h    |   1 +
 drivers/net/ethernet/mellanox/mlx5/core/port.c     |  24 +++
 drivers/net/ethernet/mellanox/mlx5/core/vport.c    |  74 +++++++
 include/linux/mlx5/driver.h                        |   1 +
 include/linux/mlx5/mlx5_ifc.h                      |  16 +-
 include/linux/mlx5/vport.h                         |   6 +
 10 files changed, 395 insertions(+), 6 deletions(-)

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [pull-request] mlx5-next updates 2026-01-13
  2026-01-13 10:17 [pull-request] mlx5-next updates 2026-01-13 Tariq Toukan
@ 2026-01-13 21:23 ` patchwork-bot+netdevbpf
  2026-01-14  1:50 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2026-01-13 21:23 UTC (permalink / raw)
  To: Tariq Toukan
  Cc: edumazet, kuba, pabeni, andrew+netdev, davem, saeedm, leon,
	mbloch, netdev, linux-rdma, linux-kernel, gal, alazar, ohartoov

Hello:

This pull request was applied to bpf/bpf-next.git (net)
by Jakub Kicinski <kuba@kernel.org>:

On Tue, 13 Jan 2026 12:17:51 +0200 you wrote:
> Hi,
> 
> The following pull-request contains common mlx5 updates
> for your *net-next* tree.
> Please pull and let me know of any problem.
> 
> Regards,
> Tariq
> 
> [...]

Here is the summary with links:
  - [pull-request] mlx5-next updates 2026-01-13
    https://git.kernel.org/bpf/bpf-next/c/c9dfb92de073

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [pull-request] mlx5-next updates 2026-01-13
  2026-01-13 10:17 [pull-request] mlx5-next updates 2026-01-13 Tariq Toukan
  2026-01-13 21:23 ` patchwork-bot+netdevbpf
@ 2026-01-14  1:50 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2026-01-14  1:50 UTC (permalink / raw)
  To: Tariq Toukan
  Cc: edumazet, kuba, pabeni, andrew+netdev, davem, saeedm, leon,
	mbloch, netdev, linux-rdma, linux-kernel, gal, alazar, ohartoov

Hello:

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

On Tue, 13 Jan 2026 12:17:51 +0200 you wrote:
> Hi,
> 
> The following pull-request contains common mlx5 updates
> for your *net-next* tree.
> Please pull and let me know of any problem.
> 
> Regards,
> Tariq
> 
> [...]

Here is the summary with links:
  - [pull-request] mlx5-next updates 2026-01-13
    https://git.kernel.org/netdev/net-next/c/9d405911a577

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-01-14  1:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-13 10:17 [pull-request] mlx5-next updates 2026-01-13 Tariq Toukan
2026-01-13 21:23 ` patchwork-bot+netdevbpf
2026-01-14  1:50 ` patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox