Files
linux/net/core
Herbert Xu 78d3fd0b7d gro: Only use skb_gro_header for completely non-linear packets
Currently skb_gro_header is used for packets which put the hardware
header in skb->data with the rest in frags.  Since the drivers that
need this optimisation all provide completely non-linear packets,
we can gain extra optimisations by only performing the frag0
optimisation for completely non-linear packets.

In particular, we can simply test frag0 (instead of skb_headlen)
to see whether the optimisation is in force.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
2009-05-27 03:25:57 -07:00
..
2008-11-14 00:53:54 -08:00
2008-11-25 17:35:18 -08:00
2009-05-21 15:10:31 -07:00
2009-05-25 22:58:01 -07:00
2009-05-25 22:58:01 -07:00
2008-11-18 18:52:37 +11:00