commit | 6878f79a8b71e8c7b0587a1185584f54fd31f185 | [log] [tgz] |
---|---|---|
author | dingtianhong <dingtianhong@huawei.com> | Mon Dec 30 15:41:14 2013 +0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Dec 31 16:48:32 2013 -0500 |
tree | c2f8e1b873f63b423937f7c24369699fe408b021 | |
parent | 202af853ccdf1c23e81d1899145d21e9a4c6d5a6 [diff] |
net: qlcnic: slight optimization of addr compare Use the possibly more efficient ether_addr_equal or ether_addr_equal_unaligned to instead of memcmp. Cc: Himanshu Madhani <himanshu.madhani@qlogic.com> Cc: Rajesh Borundia <rajesh.borundia@qlogic.com> Signed-off-by: Ding Tianhong <dingtianhong@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>