net/mlx5: remove handling of ICMP fragmented packets
authorDekel Peled <dekelp@nvidia.com>
Thu, 15 Oct 2020 14:05:53 +0000 (17:05 +0300)
committerFerruh Yigit <ferruh.yigit@intel.com>
Tue, 3 Nov 2020 21:29:24 +0000 (22:29 +0100)
commitd7e2ea627d55797dc482962a02e5cbb1b8762856
treea1c7ab197ad9f2ecdd6a362c90d46738ecce092a
parent3ec73abeed5216b18493deb2cd67970be5a3f047
net/mlx5: remove handling of ICMP fragmented packets

Commit [1] forced setting of match on 'frag' bit mask 1 and value 0.
Previous patch in this series added support of match on fragmented and
non-fragmented packets on L3 items, so this setting is now redundant.

This patch removes the changes done in [1].

[1] commit 85407db9f60d ("net/mlx5: fix matching for ICMP fragments")

Signed-off-by: Dekel Peled <dekelp@nvidia.com>
Acked-by: Ori Kam <orika@nvidia.com>
drivers/net/mlx5/mlx5_flow_dv.c