Re: [PATCH] net/mlx5: fix flex tunnel validation

2025-05-12 Thread Raslan Darawsheh
Hi, On 30/04/2025 2:03 PM, Dariusz Sosnowski wrote: Pattern template validation did not take into account the configured tunnel mode of the flex item. This caused validation failures for templates with flex item registered as tunnel headers. Specifically, any item after such flex item was still

[PATCH] net/mlx5: fix flex tunnel validation

2025-04-30 Thread Dariusz Sosnowski
Pattern template validation did not take into account the configured tunnel mode of the flex item. This caused validation failures for templates with flex item registered as tunnel headers. Specifically, any item after such flex item was still considered as outer header, not an inner. This patch f