summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/task-analyzer.py
diff options
context:
space:
mode:
authorEric Dumazet <edumazet@google.com>2025-02-26 18:34:37 +0000
committerJakub Kicinski <kuba@kernel.org>2025-02-28 14:41:33 -0800
commita7e38208fe71498102de3ea9d20cfe847cdb6893 (patch)
tree1c89d52177ad3d603bc2b015020c78b153686fed /tools/perf/scripts/python/task-analyzer.py
parentdaeb6a8f3b00d3b6f40593d80ab6be4f6d3d968d (diff)
inet: ping: avoid skb_clone() dance in ping_rcv()
ping_rcv() callers currently call skb_free() or consume_skb(), forcing ping_rcv() to clone the skb. After this patch ping_rcv() is now 'consuming' the original skb, either moving to a socket receive queue, or dropping it. Signed-off-by: Eric Dumazet <edumazet@google.com> Reviewed-by: David Ahern <dsahern@kernel.org> Link: https://patch.msgid.link/20250226183437.1457318-3-edumazet@google.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions