Hi, From: Gregory Etelson <getel...@nvidia.com> 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 <bi...@nvidia.com> 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 extra bits in the value field. Using the input mask or the default mask will help to clear the extra bits and solve the issue. Fixes: 25ab2cbba31d ("net/mlx5: fix GRE item translation for root table") cc: sta...@dpdk.org Signed-off-by: Bing Zhao <bi...@nvidia.com> dropping this patch as it's a duplicate of this: https://patches.dpdk.org/project/dpdk/patch/20250128075930.175636-1-mkash...@nvidia.com/ Kindest regards Raslan Darawsheh