* [PATCH net-next-2.6 0/3] bonding,ipv4,ipv6,vlan: Use notifiers to trigger advertisements on failover
@ 2011-04-15 23:41 Ben Hutchings
2011-04-18 6:34 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Ben Hutchings @ 2011-04-15 23:41 UTC (permalink / raw)
To: Jay Vosburgh, Andy Gospodarek, Patrick McHardy; +Cc: netdev, Ian Campbell
It is undesirable for the bonding driver to be poking into higher
level protocols, and notifiers provide a way to avoid that.
Ian added NETDEV_NOTIFY_PEERS to trigger gratuitous ARP on VM migration.
We should extend that to unsolicited NAs and propagate it through VLANs,
then treat bonding failover in the same way.
Ben.
Ben Hutchings (3):
ipv6: Send unsolicited neighbour advertisements when notified
vlan: Propagate NETDEV_NOTIFY_PEERS notifier
bonding,ipv4,ipv6,vlan: Handle NETDEV_BONDING_FAILOVER like
NETDEV_NOTIFY_PEERS
drivers/net/bonding/Makefile | 3 -
drivers/net/bonding/bond_ipv6.c | 225 --------------------------------------
drivers/net/bonding/bond_main.c | 96 ----------------
drivers/net/bonding/bond_sysfs.c | 80 --------------
drivers/net/bonding/bonding.h | 29 -----
net/8021q/vlan.c | 12 ++
net/ipv4/devinet.c | 1 +
net/ipv6/ndisc.c | 27 +++++
8 files changed, 40 insertions(+), 433 deletions(-)
delete mode 100644 drivers/net/bonding/bond_ipv6.c
--
1.7.4
--
Ben Hutchings, Senior Software Engineer, Solarflare
Not speaking for my employer; that's the marketing department's job.
They asked us to note that Solarflare product names are trademarked.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH net-next-2.6 0/3] bonding,ipv4,ipv6,vlan: Use notifiers to trigger advertisements on failover
2011-04-15 23:41 [PATCH net-next-2.6 0/3] bonding,ipv4,ipv6,vlan: Use notifiers to trigger advertisements on failover Ben Hutchings
@ 2011-04-18 6:34 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2011-04-18 6:34 UTC (permalink / raw)
To: bhutchings; +Cc: fubar, andy, kaber, netdev, Ian.Campbell
From: Ben Hutchings <bhutchings@solarflare.com>
Date: Sat, 16 Apr 2011 00:41:01 +0100
> It is undesirable for the bonding driver to be poking into higher
> level protocols, and notifiers provide a way to avoid that.
>
> Ian added NETDEV_NOTIFY_PEERS to trigger gratuitous ARP on VM migration.
> We should extend that to unsolicited NAs and propagate it through VLANs,
> then treat bonding failover in the same way.
I'm going to apply these patches since they clean up so much.
If the concerns brought up by Jay or Brian need to be addressed,
we can either add fixes or in the worst case revert.
Thanks!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-04-18 6:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-15 23:41 [PATCH net-next-2.6 0/3] bonding,ipv4,ipv6,vlan: Use notifiers to trigger advertisements on failover Ben Hutchings
2011-04-18 6:34 ` David Miller
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).