From: Herbert Xu Date: Tue, 26 May 2009 18:50:24 +0000 (+0000) Subject: tcp: Optimise GRO port comparisons X-Git-Tag: v2.6.31-rc1~330^2~256 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=745898eaf0eb7a04a56dec1188d9148259510863;p=pandora-kernel.git tcp: Optimise GRO port comparisons Instead of doing two 16-bit operations for the source/destination ports, we can do one 32-bit operation to take care both. Signed-off-by: Herbert Xu Signed-off-by: David S. Miller --- Reading git-diff-tree failed