From: Ding Tianhong <dingtianhong@huawei•com>
To: Jay Vosburgh <fubar@us•ibm.com>,
Veaceslav Falico <vfalico@redhat•com>,
Joe Perches <joe@perches•com>,
Julia Lawall <julia.lawall@lip6•fr>,
"David S. Miller" <davem@davemloft•net>,
Netdev <netdev@vger•kernel.org>,
"linux-kernel@vger•kernel.org" <linux-kernel@vger•kernel.org>
Subject: [PATCH net-next 0/7] bonding: slight optimization for bonding
Date: Tue, 31 Dec 2013 17:47:12 +0800 [thread overview]
Message-ID: <52C292A0.4080008@huawei.com> (raw)
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.
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
reply other threads:[~2013-12-31 9:47 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=52C292A0.4080008@huawei.com \
--to=dingtianhong@huawei$(echo .)com \
--cc=davem@davemloft$(echo .)net \
--cc=fubar@us$(echo .)ibm.com \
--cc=joe@perches$(echo .)com \
--cc=julia.lawall@lip6$(echo .)fr \
--cc=linux-kernel@vger$(echo .)kernel.org \
--cc=netdev@vger$(echo .)kernel.org \
--cc=vfalico@redhat$(echo .)com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox