Skip to content
Commit 1075f3f6 authored by Herbert Xu's avatar Herbert Xu Committed by David S. Miller
Browse files

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: default avatarHerbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent a5b1cf28
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment