From: dingtianhong Date: Thu, 2 Jan 2014 01:12:54 +0000 (+0800) Subject: bonding: use ether_addr_equal_unaligned for bond addr compare X-Git-Tag: v3.14-rc1~94^2~332^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=815117adaf5b87155a73d2b4b9c556977bad51cb;p=pandora-kernel.git bonding: use ether_addr_equal_unaligned for bond addr compare Use possibly more efficient ether_addr_equal_64bits to instead of memcmp. Modify the MAC_ADDR_COMPARE to MAC_ADDR_EQUAL, this looks more appropriate. The comments for the bond 3ad is too old, cleanup some errors and warming. Suggested-by: Joe Perches Signed-off-by: Ding Tianhong Signed-off-by: David S. Miller --- Reading git-diff-tree failed