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

No differences found