commit | cb18978cbf454c236db5e4191a12ef71eef9b3a0 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Tue May 26 18:50:31 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed May 27 03:26:02 2009 -0700 |
tree | 19677bb82c9e750efe4c735f31df50b5e82a5a6d | |
parent | 1075f3f65d0e0f49351b7d4310e9f94483972a51 [diff] |
gro: Open-code final pskb_may_pull As we know the only packets which need the final pskb_may_pull are completely non-linear, and have all the required bits in frag0, we can perform a straight memcpy instead of going through pskb_may_pull and doing skb_copy_bits. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> Signed-off-by: David S. Miller <davem@davemloft.net>