From: Herbert Xu Date: Tue, 26 May 2009 18:50:29 +0000 (+0000) Subject: ipv4: Use 32-bit loads for ID and length in GRO X-Git-Tag: v2.6.31-rc1~330^2~251 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1075f3f65d0e0f49351b7d4310e9f94483972a51;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed