From 815117adaf5b87155a73d2b4b9c556977bad51cb Mon Sep 17 00:00:00 2001 From: dingtianhong Date: Thu, 2 Jan 2014 09:12:54 +0800 Subject: [PATCH] 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-format-patch failed