From: Herbert Xu Date: Tue, 26 May 2009 18:50:32 +0000 (+0000) Subject: gro: Nasty optimisations for page frags in skb_gro_receive X-Git-Tag: v2.6.31-rc1~330^2~249 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66e92fcf1ded5dd0da30d016ed47882eb183ec71;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed