Re: [PATCH net-next-2.6 0/5] bonding: Refactor, fix, and updates

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Jeff Garzik <jgarzik@...>
Cc: <netdev@...>, David Miller <davem@...>
Date: Wednesday, August 6, 2008 - 6:49 pm

Jeff, are you still waiting for net-next-2.6 to settle before
forwarding patches?  It's been a couple of weeks since your last status
update, and I want check to see if I should resend the patches from this
series.

	Davem did ack the relevant patches.

From: Jay Vosburgh <fubar@us.ibm.com>
To: netdev@vger.kernel.org
Cc: Jeff Garzik <jgarzik@pobox.com>, David Miller <davem@davemloft.net>
Subject: [PATCH net-next-2.6 0/5] bonding: Refactor, fix, and updates
Date: 	Wed,  2 Jul 2008 18:21:57 -0700

	Five patches for bonding; these apply to net-next-2.6.

	Patch 1 is a refactor of the MII monitor, similar to the previous
refactor of the ARP active-backup monitor.  It replaces the monolithic
monitor function that uses conditional locking with a two phase (inspect
and commit) approach with strict locking (RTNL) required only for the
commit phase (which is only called when things actually change).  The long
term goal here is to ultimately consolidate all monitors within a generic
framework.

	Patch 2 makes a change to the Infiniband slave removal processing
to avoid a system crash when removing the final slave via sysfs.

	Patches 3 - 5 provide support for allowing slaves to receive
traffic independently from the master, and require some explanation.

	The goal of the last three patches is to permit slaves to receive
incoming traffic independently from the master; there are legitimate
reasons for wanting to do so, e.g., LLDP.  There are two ways to implement
this: a special case within bonding (skb_bond_should_drop) that would
require a hard-coded list of protocols to pass through, or a generic
method, that modifies the packet receive logic within netif_receive_skb.
The latter method is what is presented here.

	Please apply patches 1 - 2, and review and apply or provide
feedback for patches 3 - 5.

	-J

---
	-Jay Vosburgh, IBM Linux Technology Center, fubar@us.ibm.com
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [PATCH net-next-2.6 0/5] bonding: Refactor, fix, and upd..., Jay Vosburgh, (Wed Aug 6, 6:49 pm)
[PATCH 1/5] bonding: refactor mii monitor, Jay Vosburgh, (Wed Jul 2, 9:21 pm)
Re: [PATCH 1/5] bonding: refactor mii monitor, Jeff Garzik, (Thu Aug 7, 4:00 am)
[PATCH 3/5] net/core: Uninline skb_bond()., Jay Vosburgh, (Wed Jul 2, 9:22 pm)