]> git.kernelconcepts.de Git - karo-tx-linux.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)
commitaae8c287e664d49df4aa315ad263c33b9a2af3e1
treedc71bea5d018fdcc1f68af27ea8af52be02628e5
parent4ed377e36ec2f385484d12e516faf88516fad31c
parent5831d66e8097aedfa3bc35941cf265ada2352317
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>