[PATCH] net/mlx5: fix IPIP tunnel verification

2025-03-15 Thread Gregory Etelson
Assuming a case with the following pattern: eth / ipv4 / udp / vxlan / eth / ipv4 proto is (IPv4 | IPv6) MLX5 PMD incorrectly recognized this as a packet encapsulated as VXLAN and IP in IP at the same packet header level. This caused a flow validation error. This patch fixes the inner IP in IP d

Re: [PATCH] net/mlx5: fix IPIP tunnel verification

2025-03-13 Thread Raslan Darawsheh
Hi, From: Gregory Etelson Sent: Monday, March 10, 2025 1:19 PM To: dev@dpdk.org Cc: Gregory Etelson; Maayan Kashani; Raslan Darawsheh; sta...@dpdk.org; Dariusz Sosnowski; Slava Ovsiienko; Bing Zhao; Ori Kam; Suanming Mou; Matan Azrad Subject: [PATCH] net/mlx5: fix IPIP tunnel verification