Re: [PATCH] net/mlx5: fix the GRE mask set on root table

2025-02-10 Thread Raslan Darawsheh
Hi, From: Gregory Etelson Sent: Monday, February 10, 2025 12:14 PM To: dev@dpdk.org Cc: Gregory Etelson; Maayan Kashani; Raslan Darawsheh; Bing Zhao; sta...@dpdk.org Subject: [PATCH] net/mlx5: fix the GRE mask set on root table From: Bing Zhao When setting the value, the GRE mask cannot

[PATCH] net/mlx5: fix the GRE mask set on root table

2025-02-10 Thread Gregory Etelson
From: Bing Zhao When setting the value, the GRE mask cannot reuse the one from the value, or else the value cannot be really ANDed with the proper input mask from the user. If the value contains more valid bits than the mask, the rule insertion on the root table will get a failure due to the extr