Merge branch 'inet-ping-remove-extra-skb_clone-consume_skb'
authorJakub Kicinski <kuba@kernel.org>
Fri, 28 Feb 2025 22:41:35 +0000 (14:41 -0800)
committerJakub Kicinski <kuba@kernel.org>
Fri, 28 Feb 2025 22:41:35 +0000 (14:41 -0800)
Eric Dumazet says:

====================
inet: ping: remove extra skb_clone()/consume_skb()

First patch in the series moves ICMP_EXT_ECHOREPLY handling in icmp_rcv()
to prepare the second patch.

The second patch removes one skb_clone()/consume_skb() pair
when processing ICMP_EXT_REPLY packets. Some people
use hundreds of "ping -fq ..." to stress hosts :)
====================

Link: https://patch.msgid.link/20250226183437.1457318-1-edumazet@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Trivial merge