]> Pileus Git - ~andy/linux/commit
ether_addr_equal: Optimize implementation, remove unused compare_ether_addr
authorJoe Perches <joe@perches.com>
Thu, 5 Dec 2013 22:54:38 +0000 (14:54 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 6 Dec 2013 21:37:43 +0000 (16:37 -0500)
commit0d74c42f788caf3cad727c61c490d9459bc8918b
tree6eaff61e95e9efd14e85d2c8bb159ec5ff3b2898
parent5cc208becb10ca271d8a3299a09a5449490c7591
ether_addr_equal: Optimize implementation, remove unused compare_ether_addr

Add a new check for CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS to reduce
the number of or's used in the ether_addr_equal comparison to very
slightly improve function performance.

Simplify the ether_addr_equal_64bits implementation.
Integrate and remove the zap_last_2bytes helper as it's now
used only once.

Remove the now unused compare_ether_addr function.

Update the unaligned-memory-access documentation to remove the
compare_ether_addr description and show how unaligned accesses
could occur with ether_addr_equal.

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