]> git.baikalelectronics.ru Git - kernel.git/commit
etherdevice: Add ether_addr_equal_unaligned
authorJoe Perches <joe@perches.com>
Fri, 6 Dec 2013 22:21:01 +0000 (14:21 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 10 Dec 2013 01:58:10 +0000 (20:58 -0500)
commit72e5efa6cc7b88d558077c9e87be9d8e460a6728
treeb60f5b2b508d0d643c34fde1d65d2c546b37851b
parent5de59a0bb40189e84bd4de881e8b3115ca7b14c5
etherdevice: Add ether_addr_equal_unaligned

Add a generic routine 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.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/etherdevice.h