]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
Merge branch 'bonding_rcu'
authorDavid S. Miller <davem@davemloft.net>
Thu, 17 Oct 2013 19:32:15 +0000 (15:32 -0400)
committerDavid S. Miller <davem@davemloft.net>
Thu, 17 Oct 2013 19:32:15 +0000 (15:32 -0400)
bonding: patchset for rcu use in bonding

====================
The Patch Set convert the xmit of 3ad and alb mode to use rcu lock.
dd rtnl lock and remove read lock for bond sysfs.

v2 because the bond_for_each_slave_rcu without rcu_read_lock() will occurs one warming, so
add new function for alb xmit path to avoid warming.
====================

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

Trivial merge