mbox series

[net-next,0/2] mlx5e update features on config changes

Message ID 20241024164134.299646-1-tariqt@nvidia.com (mailing list archive)
Headers show
Series mlx5e update features on config changes | expand

Message

Tariq Toukan Oct. 24, 2024, 4:41 p.m. UTC
Hi,

This small patchset by Dragos adds a call to netdev_update_features()
in configuration changes that could impact the features status.

Series generated against:
commit 81bc949f640f ("selftests: tls: add a selftest for wrapping rec_seq")

Thanks,
Tariq

Dragos Tatulea (2):
  net/mlx5e: Update features on MTU change
  net/mlx5e: Update features on ring size change

 drivers/net/ethernet/mellanox/mlx5/core/en_ethtool.c | 3 +++
 drivers/net/ethernet/mellanox/mlx5/core/en_main.c    | 4 ++++
 2 files changed, 7 insertions(+)

Comments

patchwork-bot+netdevbpf@kernel.org Oct. 29, 2024, 7 p.m. UTC | #1
Hello:

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

On Thu, 24 Oct 2024 19:41:31 +0300 you wrote:
> Hi,
> 
> This small patchset by Dragos adds a call to netdev_update_features()
> in configuration changes that could impact the features status.
> 
> Series generated against:
> commit 81bc949f640f ("selftests: tls: add a selftest for wrapping rec_seq")
> 
> [...]

Here is the summary with links:
  - [net-next,1/2] net/mlx5e: Update features on MTU change
    https://git.kernel.org/netdev/net-next/c/7999da12a670
  - [net-next,2/2] net/mlx5e: Update features on ring size change
    https://git.kernel.org/netdev/net-next/c/a7b6c074e42d

You are awesome, thank you!