[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1415984329.17262.47.camel@edumazet-glaptop2.roam.corp.google.com>
Date: Fri, 14 Nov 2014 08:58:49 -0800
From: Eric Dumazet <eric.dumazet@...il.com>
To: Rick Jones <rick.jones2@...com>
Cc: Rick Jones <raj@...dy.usa.hp.com>, netdev@...r.kernel.org,
davem@...emloft.net
Subject: Re: [PATCH net-next] icmp: Remove some spurious dropped packet
profile hits from the ICMP path
On Fri, 2014-11-14 at 08:16 -0800, Rick Jones wrote:
> I thought the point of the drop profiling was to show where the drops
> were happening. Leaving the kfree_skb() up in icmp_rcv() does not
> improve showing where the drops happened. That is why I've pushed it
> down into the routines called by icmp_rcv().
OK, but we drop an icmp message, and that really should be enough.
The point is that most normal icmp messages wont be dropped, but
consumed.
I am not sure we want to bloat the kernel for such minor problem.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists