[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1442410012.4116.55.camel@edumazet-glaptop2.roam.corp.google.com>
Date: Wed, 16 Sep 2015 06:26:52 -0700
From: Eric Dumazet <eric.dumazet@...il.com>
To: David Woodhouse <dwmw2@...radead.org>
Cc: netdev@...r.kernel.org, simon@...e.lp0.eu, guy@...verse.com.au,
linux-atm-general@...ts.sourceforge.net
Subject: Re: [PATCH v2] solos-pci: Increase headroom on received packets
On Wed, 2015-09-16 at 12:35 +0100, David Woodhouse wrote:
> A comment in include/linux/skbuff.h says that:
>
> * Various parts of the networking layer expect at least 32 bytes of
> * headroom, you should not reduce this.
>
> This was demonstrated by a panic when handling fragmented IPv6 packets:
> http://marc.info/?l=linux-netdev&m=144236093519172&w=2
>
> It's not entirely clear if that comment is still valid — and if it is,
> perhaps netif_rx() ought to be enforcing it with a warning.
>
> But either way, it is rather stupid from a performance point of view
> for us to be receiving packets into a buffer which doesn't have enough
> room to prepend an Ethernet header — it means that *every* incoming
> packet is going to be need to be reallocated. So let's fix that.
>
> Signed-off-by: David Woodhouse <David.Woodhouse@...el.com>
> ---
LGTM
Acked-by: Eric Dumazet <edumazet@...gle.com>
--
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