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

gro: Nasty optimisations for page frags in skb_gro_receive



This patch reverses the direction of the frags array copy in
skb_gro_receive in order simplify the loop conditional.  It
also avoids touching the first element of the original frags
array.

Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent cb18978c
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