Re: [PATCH] net/mlx5: fix failed to match on empty gre on root table

2025-03-13 Thread Raslan Darawsheh
From: Maayan Kashani Sent: Wednesday, March 12, 2025 1:23 PM To: dev@dpdk.org Cc: Maayan Kashani; Dariusz Sosnowski; Raslan Darawsheh; sta...@dpdk.org; Bing Zhao; Slava Ovsiienko; Ori Kam; Suanming Mou; Matan Azrad; Gregory Etelson Subject: [PATCH] net/mlx5: fix failed to match on empty gre on

[PATCH] net/mlx5: fix failed to match on empty gre on root table

2025-03-12 Thread Maayan Kashani
The currnent implementation sets a gre mask with protocol masked in case the user did not supply the protocol mask. In template mode, for group 0, the gre translation was called once with the mask and later with the value. with gre open matcher(mask/value is null) default values were assigned gre p

[PATCH] net/mlx5: fix failed to match on empty gre on root table

2025-03-12 Thread Maayan Kashani
The currnent implementation sets a gre mask with protocol masked in case the user did not supply the protocol mask. In template mode, for group 0, the gre translation was called once with the mask and later with the value. with gre open matcher(mask/value is null) default values were assigned gre p