git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5b1cf2
)
ipv4: Use 32-bit loads for ID and length in GRO
author
Herbert Xu
<herbert@gondor.apana.org.au>
Tue, 26 May 2009 18:50:29 +0000
(18:50 +0000)
committer
David S. Miller
<davem@davemloft.net>
Wed, 27 May 2009 10:26:02 +0000
(
03:26
-0700)
This patch optimises the IPv4 GRO code by using 32-bit loads
(instead of 16-bit ones) on the ID and length checks in the receive
function.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found