commit | ac06713d55d450cbc9ef871b1b238409238f0fe0 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <eric.dumazet@gmail.com> | Tue Sep 01 05:46:05 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Sep 01 17:40:25 2009 -0700 |
tree | f344bd1ae50b520a148af928c43564fc40e13098 | |
parent | c3c7432741211bc9f6b072958653647b9d5cdd5d [diff] |
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>