]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
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)
commit090119a35783fba3d861cf46b0a1d0e9674738ba
tree1c89d52177ad3d603bc2b015020c78b153686fed
parent8e7e3d97f9a7eb65c98894e6a8d68eb0c49dec4b
parenta7e38208fe71498102de3ea9d20cfe847cdb6893
Merge branch 'inet-ping-remove-extra-skb_clone-consume_skb'

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>