diff options
author | Menglong Dong <[email protected]> | 2024-10-09 10:28:27 +0800 |
---|---|---|
committer | David S. Miller <[email protected]> | 2024-10-13 11:33:09 +0100 |
commit | e7c700aaa67a59c28da07072fbaae207b5f27519 (patch) | |
tree | c83b3f4f280abf9b79350bd4ed8de4586dee3455 /tools/perf/scripts/python/gecko.py | |
parent | b71a576e452b800efeac49ecca116d954601d911 (diff) |
net: vxlan: add drop reasons support to vxlan_xmit_one()
Replace kfree_skb/dev_kfree_skb with kfree_skb_reason in vxlan_xmit_one.
No drop reasons are introduced in this commit.
The only concern of mine is replacing dev_kfree_skb with
kfree_skb_reason. The dev_kfree_skb is equal to consume_skb, and I'm not
sure if we can change it to kfree_skb here. In my option, the skb is
"dropped" here, isn't it?
Signed-off-by: Menglong Dong <[email protected]>
Reviewed-by: Simon Horman <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/gecko.py')
0 files changed, 0 insertions, 0 deletions