diff options
author | Menglong Dong <[email protected]> | 2024-10-09 10:28:26 +0800 |
---|---|---|
committer | David S. Miller <[email protected]> | 2024-10-13 11:33:09 +0100 |
commit | b71a576e452b800efeac49ecca116d954601d911 (patch) | |
tree | 08401082e7cdfa6d58f6da5bdc620b356446f81c /tools/perf/scripts/python/parallel-perf.py | |
parent | d209706f562ee4fa81bdf24cf6b679c3222aa06c (diff) |
net: vxlan: use kfree_skb_reason() in vxlan_xmit()
Replace kfree_skb() with kfree_skb_reason() in vxlan_xmit(). Following
new skb drop reasons are introduced for vxlan:
/* no remote found for xmit */
SKB_DROP_REASON_VXLAN_NO_REMOTE
/* packet without necessary metadata reached a device which is
* in "external" mode
*/
SKB_DROP_REASON_TUNNEL_TXINFO
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/parallel-perf.py')
0 files changed, 0 insertions, 0 deletions