Re: [PATCH] net/mlx5: fix IPv6-in-IPv6 tunnel recognition

2024-07-18 Thread Raslan Darawsheh
Hi, From: Gregory Etelson Sent: Sunday, July 7, 2024 1:13 PM To: dev@dpdk.org Cc: Gregory Etelson; Maayan Kashani; Raslan Darawsheh; Dariusz Sosnowski; Slava Ovsiienko; Bing Zhao; Ori Kam; Suanming Mou; Matan Azrad Subject: [PATCH] net/mlx5: fix IPv6-in-IPv6 tunnel recognition The PMD did not

[PATCH] net/mlx5: fix IPv6-in-IPv6 tunnel recognition

2024-07-07 Thread Gregory Etelson
The PMD did not recognize IPv6-in-IPv6 tunnel if IPv6 routing extension was placed between IPv6 outer and inner headers. The patch fixes IPv6-in-IPv6 tunnel recognition. Fixes: 80c676259a04 ("net/mlx5: validate HWS template items") Signed-off-by: Gregory Etelson Acked-by: Dariusz Sosnowski ---