diff options
author | Menglong Dong <menglong8.dong@gmail.com> | 2024-10-09 05:28:27 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2024-10-13 13:33:09 +0300 |
commit | e7c700aaa67a59c28da07072fbaae207b5f27519 (patch) | |
tree | c83b3f4f280abf9b79350bd4ed8de4586dee3455 /tools/perf/scripts/python/mem-phys-addr.py | |
parent | b71a576e452b800efeac49ecca116d954601d911 (diff) | |
download | linux-e7c700aaa67a59c28da07072fbaae207b5f27519.tar.xz |
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/mem-phys-addr.py')
0 files changed, 0 insertions, 0 deletions