mbox series

[net-next,0/2] inet: ping: remove extra skb_clone()/consume_skb()

Message ID 20250226183437.1457318-1-edumazet@google.com (mailing list archive)
Headers show
Series inet: ping: remove extra skb_clone()/consume_skb() | expand

Message

Eric Dumazet Feb. 26, 2025, 6:34 p.m. UTC
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 :)

Eric Dumazet (2):
  ipv4: icmp: do not process ICMP_EXT_ECHOREPLY for broadcast/multicast
    addresses
  inet: ping: avoid skb_clone() dance in ping_rcv()

 net/ipv4/icmp.c | 33 +++++++++++++++++----------------
 net/ipv4/ping.c | 20 +++++---------------
 net/ipv6/icmp.c |  7 ++-----
 3 files changed, 24 insertions(+), 36 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Feb. 28, 2025, 10:50 p.m. UTC | #1
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!