Suman Ghosh 2075bf150d octeontx2-af: Update correct mask to filter IPv4 fragments
During the initial design, the IPv4 ip_flag mask was set to 0xff.
Which results to filter only fragmets with (fragment_offset == 0).
As part of the fix, updated the mask to 0x20 to filter all the
fragmented packets irrespective of the fragment_offset value.

Fixes: c672e3727989 ("octeontx2-pf: Add support to filter packet based on IP fragment")
Signed-off-by: Suman Ghosh <sumang@marvell.com>
Signed-off-by: Sunil Kovvuri Goutham <sgoutham@marvell.com>
Signed-off-by: Sai Krishna <saikrishnag@marvell.com>
Reviewed-by: Simon Horman <simon.horman@corigine.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2023-05-03 09:02:59 +01:00
..
2023-04-26 16:07:23 -07:00
2023-04-26 11:54:50 +02:00
2023-04-26 16:07:23 -07:00
2023-03-21 13:39:29 +01:00
2023-04-24 18:07:08 -07:00
2023-03-31 08:56:42 +01:00
2023-04-26 16:07:23 -07:00
2023-04-24 18:07:08 -07:00