Hi,

From: Gregory Etelson <[email protected]>
Sent: Monday, February 10, 2025 12:14 PM
To: [email protected]
Cc: Gregory Etelson; Maayan Kashani; Raslan Darawsheh; Bing Zhao; 
[email protected]
Subject: [PATCH] net/mlx5: fix the GRE mask set on root table

From: Bing Zhao <[email protected]>

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: [email protected]

Signed-off-by: Bing Zhao <[email protected]>

dropping this patch as it's a duplicate of this:

https://patches.dpdk.org/project/dpdk/patch/[email protected]/

Kindest regards
Raslan Darawsheh

Reply via email to