diff options
author | 2024-10-09 10:28:27 +0800 | |
---|---|---|
committer | 2024-10-13 11:33:09 +0100 | |
commit | e7c700aaa67a59c28da07072fbaae207b5f27519 (patch) | |
tree | c83b3f4f280abf9b79350bd4ed8de4586dee3455 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | net: vxlan: use kfree_skb_reason() in vxlan_xmit() (diff) | |
download | wireguard-linux-e7c700aaa67a59c28da07072fbaae207b5f27519.tar.xz wireguard-linux-e7c700aaa67a59c28da07072fbaae207b5f27519.zip |
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 <dongml2@chinatelecom.cn>
Reviewed-by: Simon Horman <horms@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions