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)
commit8169d10cd9c584e9287005384998ac2e88ec5250
tree5cbed9d0fed1bc85da1918eeca02cdf54c45a371
parent4b903e30bb24db592f3d52b9dd80744c3556705c
parent844223abe9f88b0e0cb7fb1f1f8ab04fe29806bc
Merge branch 'bonding'

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>