From: Eric Dumazet Date: Tue, 1 Sep 2009 06:31:18 +0000 (+0000) Subject: bonding: use compare_ether_addr_64bits() in ALB X-Git-Tag: v2.6.32-rc1~703^2~165 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=885a136c52a8871175477baf3903e1c38751b35a;p=pandora-kernel.git bonding: use compare_ether_addr_64bits() in ALB We can speedup ether addresses compares using compare_ether_addr_64bits() instead of memcmp(). We make sure all operands are at least 8 bytes long and 16bits aligned (or better, long word aligned if possible) Signed-off-by: Eric Dumazet Reviewed-by: Jiri Pirko Signed-off-by: David S. Miller --- Reading git-diff-tree failed