[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1371663286-12518-1-git-send-email-vfalico@redhat.com>
Date: Wed, 19 Jun 2013 19:34:40 +0200
From: Veaceslav Falico <vfalico@...hat.com>
To: netdev@...r.kernel.org
Cc: vfalico@...hat.com, fubar@...ibm.com, andy@...yhouse.net,
davem@...emloft.net, linux@...2.net, nicolas.2p.debian@...e.fr,
rick.jones2@...com
Subject: [PATCH net-next 0/6] bonding: prepare to and add arp_all_targets
Hi,
This patchset does some cleanup, fixes a few flaws and adds a new parameter
to control whether the slave should stay up when any of arp_ip_targets are
up or all of them are up (i.e. if the slave should go down if even one
target from arp_ip_targets fail).
The patches 1-5 basicly prepare the bonding code to work properly with this
new parameter, however it's not depending on them.
All comments are really welcome.
Thanks!
Veaceslav Falico (6):
bonding: verify if bond has ip only once on arp validate
bonding: add helper function bond_get_targets_ip(targets, ip)
bonding: don't add duplicate targets to arp_ip_target
bonding: don't validate arp if we don't have to
bonding: don't swap arp's ips on validation for backup slave
bonding: add an option to fail when any of arp_ip_target is inaccessible
Documentation/networking/bonding.txt | 41 +++++++++-----
drivers/net/bonding/bond_main.c | 79 ++++++++++++++++++---------
drivers/net/bonding/bond_sysfs.c | 100 +++++++++++++++++++++++-----------
drivers/net/bonding/bonding.h | 46 +++++++++++++++-
4 files changed, 191 insertions(+), 75 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists