netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jay Vosburgh <fubar@us.ibm.com>
To: netdev@vger.kernel.org
Subject: [PATCH net-next-2.6 0/2] bonding: ARP monitor changes
Date: Tue, 13 May 2008 18:17:55 -0700	[thread overview]
Message-ID: <12107278773938-git-send-email-fubar@us.ibm.com> (raw)

	Two patches for bonding; these apply to net-next-2.6.  I'm
particularly interested in comments and test reports on #1.

	1- Refactor ARP monitor for active-backup mode.  Split the current
monolithic function into three: inspection, commit, and probe.  Done
primarily to get RTNL semantics right for next patch.  That could have
been done via conditional locking (as miimon was), but this feels like a
cleaner solution.

	2- Add a "follow" option to fail_over_mac.  This causes the
bonding master to take the MAC of the first slave, but not program the
other slaves with that MAC address.  During failover, the MAC moves to the
new currently active slave.  For multiport devices that can't handle
having all ports set to the same MAC (but still want the benefits of the
bond's MAC not changing during failover).

	-J

---
	-Jay Vosburgh, IBM Linux Technology Center, fubar@us.ibm.com

             reply	other threads:[~2008-05-14  1:18 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-05-14  1:17 Jay Vosburgh [this message]
2008-05-14  1:17 ` [PATCH net-next-2.6 1/2] bonding: refactor ARP active-backup monitor Jay Vosburgh
2008-05-14  1:17   ` [PATCH net-next-2.6 2/2] bonding: Add "follow" option to fail_over_mac Jay Vosburgh

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=12107278773938-git-send-email-fubar@us.ibm.com \
    --to=fubar@us.ibm.com \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).