[PATCH v3.6 03/19] net: atl1: slight optimization of addr compare

2014-01-07 Thread Ding Tianhong
Use the recently added and possibly more efficient ether_addr_equal_unaligned to instead of memcmp. Cc: Jay Cliburn Cc: Chris Snook Cc: net...@vger.kernel.org Cc: linux-kernel@vger.kernel.org Signed-off-by: Weilong Chen Signed-off-by: Ding Tianhong ---

[PATCH v3.6 03/19] net: atl1: slight optimization of addr compare

2014-01-07 Thread Ding Tianhong
Use the recently added and possibly more efficient ether_addr_equal_unaligned to instead of memcmp. Cc: Jay Cliburn jclib...@gmail.com Cc: Chris Snook chris.sn...@gmail.com Cc: net...@vger.kernel.org Cc: linux-kernel@vger.kernel.org Signed-off-by: Weilong Chen chenweil...@huawei.com