mbox series

[net,0/2] geneve fixes

Message ID 20240606203249.1054066-1-tariqt@nvidia.com (mailing list archive)
Headers show
Series geneve fixes | expand

Message

Tariq Toukan June 6, 2024, 8:32 p.m. UTC
Hi,

This small patchset by Gal provides bug fixes to the geneve tunnels flows.

Patch 1 fixes an incorrect value returned by the inner network header
offset helper.
Patch 2 fixes an issue inside the mlx5e tunneling flow. It 'happened' to
be harmless so far, before applying patch 1.

Series generated against:
commit d30d0e49da71 ("Merge tag 'net-6.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net")

Regards,
Tariq

Gal Pressman (2):
  geneve: Fix incorrect inner network header offset when
    innerprotoinherit is set
  net/mlx5e: Fix features validation check for tunneled UDP (non-VXLAN)
    packets

 drivers/net/ethernet/mellanox/mlx5/core/en_main.c |  3 +--
 drivers/net/geneve.c                              | 10 ++++++----
 include/net/ip_tunnels.h                          |  5 +++--
 3 files changed, 10 insertions(+), 8 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org June 10, 2024, 12:20 p.m. UTC | #1
Hello:

This series was applied to netdev/net.git (main)
by David S. Miller <davem@davemloft.net>:

On Thu, 6 Jun 2024 23:32:47 +0300 you wrote:
> Hi,
> 
> This small patchset by Gal provides bug fixes to the geneve tunnels flows.
> 
> Patch 1 fixes an incorrect value returned by the inner network header
> offset helper.
> Patch 2 fixes an issue inside the mlx5e tunneling flow. It 'happened' to
> be harmless so far, before applying patch 1.
> 
> [...]

Here is the summary with links:
  - [net,1/2] geneve: Fix incorrect inner network header offset when innerprotoinherit is set
    https://git.kernel.org/netdev/net/c/c6ae073f5903
  - [net,2/2] net/mlx5e: Fix features validation check for tunneled UDP (non-VXLAN) packets
    https://git.kernel.org/netdev/net/c/791b4089e326

You are awesome, thank you!