diff options
author | Suman Ghosh <[email protected]> | 2023-05-03 12:39:39 +0530 |
---|---|---|
committer | David S. Miller <[email protected]> | 2023-05-03 09:02:59 +0100 |
commit | 2075bf150ddf320df02c05e242774dc0f73be1a1 (patch) | |
tree | f19e65ad0aa412502016b6e88d6f2db2bd2a61c2 /scripts/gdb/linux/modules.py | |
parent | cb5edce271764524b88b1a6866b3e626686d9a33 (diff) |
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 <[email protected]>
Signed-off-by: Sunil Kovvuri Goutham <[email protected]>
Signed-off-by: Sai Krishna <[email protected]>
Reviewed-by: Simon Horman <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/modules.py')
0 files changed, 0 insertions, 0 deletions