From: Or Gerlitz <ogerlitz@voltaire.com>
To: Jay Vosburgh <fubar@us.ibm.com>
Cc: netdev@vger.kernel.org, rdreier@cisco.com
Subject: bonding questions: "replaying" call to set_multicast_list and sending IGMP doing Fail-Over
Date: Tue, 08 Aug 2006 17:05:04 +0300 [thread overview]
Message-ID: <44D89A10.10701@voltaire.com> (raw)
In-Reply-To: <Pine.LNX.4.64.0608030815270.32510@zuben>
Another question that bothers me is the bonding code multicast related
behavior when it does fail-over.
From what I see in bond_mc_swap(), set_multicast_list() is well
handled: dev_mc_delete() is called for the old slave (so if in the
future the old slave has a link, it will leave the multicast group) and
dev_mc_add() is called for the active slave (so the active slave joins
the multicast group).
As for sending IGMP, in bond_xmit_activebackup() i see the following
comment: "Xmit IGMP frames on all slaves to ensure rapid fail-over
for multicast traffic on snooping switches".
As i don't see any buffering of the IGMP packets, i understand there's
no "reply" of sending them during fail-over and this means that only
when the router would do IGMP query on this node it will learn on the
fail-over. Is it indeed what's going on? if i understand correct it
would take some meaningful time for the fail-over to be externally
visible in this respect.
Also assuming it does exactly what the comment says, another issue i see
here is that in the case of not only the active_slave being UP, the code
would TX the IGMP packets over > 1 slave, and hence multicast packets
would be sent by the switch also to ports "connected to" non-active
slaves, something which will hurt the system performance!?
Or.
next prev parent reply other threads:[~2006-08-08 14:05 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-08-03 5:59 bonding questions: carrier based link monitoring / slave device state flags Or Gerlitz
2006-08-04 0:19 ` Jay Vosburgh
2006-08-08 13:24 ` Or Gerlitz
2006-08-08 14:05 ` Or Gerlitz [this message]
2006-08-08 17:20 ` bonding questions: "replaying" call to set_multicast_list and sending IGMP doing Fail-Over Jay Vosburgh
2006-08-10 13:03 ` Or Gerlitz
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=44D89A10.10701@voltaire.com \
--to=ogerlitz@voltaire.com \
--cc=fubar@us.ibm.com \
--cc=netdev@vger.kernel.org \
--cc=rdreier@cisco.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.