summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorSuman Ghosh <sumang@marvell.com>2023-05-03 12:39:39 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2023-05-17 13:58:48 +0200
commita50f71b06f2ebf8a9da72fc59d8867ed3828a6f8 (patch)
tree39f3b78983fe7b7429bfbfa1cca713656b9df1b6 /tools/perf/scripts/python
parentafd7660c766c4d317feae004e5cd829390bbc4b0 (diff)
octeontx2-af: Update correct mask to filter IPv4 fragments
[ Upstream commit 2075bf150ddf320df02c05e242774dc0f73be1a1 ] 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> Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions