]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'bonding_neighbours'
authorDavid S. Miller <davem@davemloft.net>
Thu, 26 Sep 2013 20:02:19 +0000 (16:02 -0400)
committerDavid S. Miller <davem@davemloft.net>
Thu, 26 Sep 2013 20:02:19 +0000 (16:02 -0400)
commit17c948b769cf9a40aec9860f468a773015705800
treedc71bea5d018fdcc1f68af27ea8af52be02628e5
parent487e5c9064395c013b4c8ffc826f3810e37c4305
parentaf42f4b2700425ddb2ad3597d6f169f5e3b57e30
Merge branch 'bonding_neighbours'

bonding: use neighbours instead of own lists

Veaceslav Falico says:

====================
This patchset introduces all the needed infrastructure, on top of current
adjacent lists, to be able to remove bond's slave_list/slave->list. The
overhead in memory/CPU is minimal, and after the patchset bonding can rely
on its slave-related functions, given the proper locking. I've done some
netperf benchmarks on a vm, and the delta was about 0.1gbps for 35gbps as a
whole, so no speed fluctuations.

It also automatically creates lower/upper and master symlinks in dev's
sysfs directory.
====================

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