]> Pileus Git - ~andy/linux/commitdiff
Merge branch 'bonding'
authorDavid S. Miller <davem@davemloft.net>
Thu, 2 Jan 2014 03:59:13 +0000 (22:59 -0500)
committerDavid S. Miller <davem@davemloft.net>
Thu, 2 Jan 2014 03:59:13 +0000 (22:59 -0500)
Ding Tianhong says:

====================
bonding: slight optimization for bonding

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.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge