From: Herbert Xu Date: Sun, 8 Feb 2009 18:00:40 +0000 (+0000) Subject: gro: Optimise TCP packet reception X-Git-Tag: v2.6.30-rc1~662^2~761 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa6320d336971171df1d13c1c284facf10804881;p=pandora-kernel.git gro: Optimise TCP packet reception gro: Optimise TCP packet reception As this function can be called more than half a million times for 10GbE, it's important to optimise it as much as we can. This patch uses bit ops to logical ops, as well as open coding memcmp to exploit alignment properties. Signed-off-by: Herbert Xu Signed-off-by: David S. Miller --- Reading git-diff-tree failed