Message ID | 20250226183437.1457318-1-edumazet@google.com (mailing list archive) |
---|---|
Headers | show |
Series | inet: ping: remove extra skb_clone()/consume_skb() | expand |
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@kernel.org>: On Wed, 26 Feb 2025 18:34:35 +0000 you wrote: > 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 :) > > [...] Here is the summary with links: - [net-next,1/2] ipv4: icmp: do not process ICMP_EXT_ECHOREPLY for broadcast/multicast addresses https://git.kernel.org/netdev/net-next/c/daeb6a8f3b00 - [net-next,2/2] inet: ping: avoid skb_clone() dance in ping_rcv() https://git.kernel.org/netdev/net-next/c/a7e38208fe71 You are awesome, thank you!