macvlan: Use compare_ether_addr_64bits()
commitac06713d55d450cbc9ef871b1b238409238f0fe0
authorEric Dumazet <eric.dumazet@gmail.com>
Tue, 1 Sep 2009 05:46:05 +0000 (1 05:46 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 2 Sep 2009 00:40:25 +0000 (1 17:40 -0700)
treef344bd1ae50b520a148af928c43564fc40e13098
parentc3c7432741211bc9f6b072958653647b9d5cdd5d
macvlan: Use compare_ether_addr_64bits()

To speedup ether addresses compares, we can use compare_ether_addr_64bits()
(all operands are guaranteed to be at least 8 bytes long)

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/macvlan.c