gro: New frags interface to avoid copying shinfo
authorHerbert Xu <herbert@gondor.apana.org.au>
Thu, 16 Apr 2009 09:02:07 +0000 (02:02 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 16 Apr 2009 09:02:07 +0000 (02:02 -0700)
It turns out that copying a 16-byte area at ~800k times a second
can be really expensive :) This patch redesigns the frags GRO
interface to avoid copying that area twice.

The two disciples of the frags interface have been converted.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found