From: Ding Tianhong <[email protected]> Date: Thu, 26 Dec 2013 19:40:12 +0800
> Joe Perches add ether_addr_equal_unaligned to test if > possibly unaligned to u16 Ethernet addresses are equal. > > If CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS is set, this uses > the slightly faster generic routine ether_addr_equal, > otherwise this uses memcmp. > > So I use the recently added and possibly more efficient > ether_addr_equal_unaligned to instead of memcmp for slight > optimization. Series applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

