Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753082AbaABBQh (ORCPT ); Wed, 1 Jan 2014 20:16:37 -0500 Received: from szxga02-in.huawei.com ([119.145.14.65]:58531 "EHLO szxga02-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752534AbaABBQf (ORCPT ); Wed, 1 Jan 2014 20:16:35 -0500 Message-ID: <52C4BD12.8000502@huawei.com> Date: Thu, 2 Jan 2014 09:12:50 +0800 From: Ding Tianhong User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Thunderbird/24.0.1 MIME-Version: 1.0 To: Jay Vosburgh , Veaceslav Falico , Joe Perches , Julia Lawall , "David S. Miller" , Netdev , "linux-kernel@vger.kernel.org" Subject: [PATCH RESEND net-next 0/7] bonding: slight optimization for bonding Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.135.72.199] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1402 Lines: 37 This serious of patches will slight optimize the mac address compare and xmit path for bonding, also make some cleanups. Julia was using ether_addr_equal_64bits to instead of ether_addr_equal, it is really a hard work and she may did not make patch for bonding yet, so I have do it in this patchset and that she could miss the bonding drivers. resend and add cc for Julia. Regards Ding Ding Tianhong (7): bonding: use ether_addr_equal_unaligned for bond addr compare bonding: slight optimization for bond_3ad_xmit_xor() bonding: slight optimization for bond_alb_xmit() bonding: slight optimizztion for bond_slave_override() bonding: remove unwanted return value for bond_dev_queue_xmit() bonding: remove the return value for bond_3ad_bind_slave() bonding: use ether_addr_equal_64bits to instead of ether_addr_equal drivers/net/bonding/bond_3ad.c | 120 ++++++++++++++++++++-------------------- drivers/net/bonding/bond_3ad.h | 2 +- drivers/net/bonding/bond_alb.c | 12 ++-- drivers/net/bonding/bond_main.c | 28 ++++------ drivers/net/bonding/bonding.h | 2 +- 5 files changed, 77 insertions(+), 87 deletions(-) -- 1.8.0 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/