commit | 1075f3f65d0e0f49351b7d4310e9f94483972a51 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Tue May 26 18:50:29 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed May 27 03:26:02 2009 -0700 |
tree | e5b4a0dbf4eef170da483ce5c52855b7b354e4e0 | |
parent | a5b1cf288d4200506ab62fbb86cc81ace948a306 [diff] |
ipv4: Use 32-bit loads for ID and length in GRO 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>