Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
net/mlx5: fix GRE flow match with SWS
The previous GRE fix was meant to handle HWS behavior and changed the behavior for SWS causing degradation. After the previous fix, in case of an empty GRE match, GRE mask was initialized with protocol full mask, Instead of the empty mask with protocol mask equals zero. The current fix handles the SWS case as before the GRE fix, and HWS according to the latest fix. Also, combined common logic. Fixes: 25ab2cb ("net/mlx5: fix GRE flow item translation for root table") Cc: [email protected] Signed-off-by: Maayan Kashani <[email protected]> Acked-by: Bing Zhao <[email protected]>
- Loading branch information