commit | 66e92fcf1ded5dd0da30d016ed47882eb183ec71 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Tue May 26 18:50:32 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed May 27 03:26:04 2009 -0700 |
tree | be7f0fc2415ada8eb5030af53f3063375c381d47 | |
parent | cb18978cbf454c236db5e4191a12ef71eef9b3a0 [diff] |
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: Herbert Xu <herbert@gondor.apana.org.au> Signed-off-by: David S. Miller <davem@davemloft.net>