]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
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)
commitc0f4ace79e7e5bec0ff065c4afa3eb3329c9384c
tree96e159c832423cfeda2d18aff65e2d2afea2d4a5
parentda33edccebcc36d387423dcdb557094fbda55994
parent4d1ae5fb752b2504cf2c3d79abdfb410a09ad928
Merge branch 'bonding_rcu'

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>