diff options
author | 2024-07-03 12:46:34 +0200 | |
---|---|---|
committer | 2024-07-05 11:05:05 +0100 | |
commit | c7f79f2620b7776586c626edf21eb6ed6ed3d1eb (patch) | |
tree | 2f38034c6813084001e57e39b13f408917d5e19b /tools/perf/scripts/python/export-to-postgresql.py | |
parent | Merge branch 'pcs-xpcs-mmap' into main (diff) | |
download | wireguard-linux-c7f79f2620b7776586c626edf21eb6ed6ed3d1eb.tar.xz wireguard-linux-c7f79f2620b7776586c626edf21eb6ed6ed3d1eb.zip |
openvswitch: prepare for stolen verdict coming from conntrack and nat engine
At this time, conntrack either returns NF_ACCEPT or NF_DROP.
To improve debuging it would be nice to be able to replace NF_DROP
verdict with NF_DROP_REASON() helper,
This helper releases the skb instantly (so drop_monitor can pinpoint
precise location) and returns NF_STOLEN.
Prepare call sites to deal with this before introducing such changes
in conntrack and nat core.
Signed-off-by: Florian Westphal <fw@strlen.de>
Reviewed-by: Aaron Conole <aconole@redhat.om>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions