netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Multicast packets being lost (3.10 stable)
@ 2014-03-24 16:41 Stephen Hemminger
  2014-03-25 13:06 ` Linus Lüssing
  0 siblings, 1 reply; 6+ messages in thread
From: Stephen Hemminger @ 2014-03-24 16:41 UTC (permalink / raw)
  To: Linus Lüssing, David Miller; +Cc: netdev

We are seeing multicast snooping related issues.
Is there some reason this commit never went into stable (3.10)

commit b00589af3b04736376f24625ab0b394642e89e29
Author: Linus Lüssing <linus.luessing@web.de>
Date:   Thu Aug 1 01:06:20 2013 +0200

    bridge: disable snooping if there is no querier
    
    If there is no querier on a link then we won't get periodic reports and
    therefore won't be able to learn about multicast listeners behind ports,
    potentially leading to lost multicast packets, especially for multicast
    listeners that joined before the creation of the bridge.
    
    These lost multicast packets can appear since c5c23260594
    ("bridge: Add multicast_querier toggle and disable queries by default")
    in particular.
    
    With this patch we are flooding multicast packets if our querier is
    disabled and if we didn't detect any other querier.
    
    A grace period of the Maximum Response Delay of the querier is added to
    give multicast responses enough time to arrive and to be learned from
    before disabling the flooding behaviour again.
    
    Signed-off-by: Linus Lüssing <linus.luessing@web.de>
    Signed-off-by: David S. Miller <davem@davemloft.net>

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-12-15  8:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-24 16:41 Multicast packets being lost (3.10 stable) Stephen Hemminger
2014-03-25 13:06 ` Linus Lüssing
2014-09-10 13:33   ` Linus Lüssing
2014-12-10 19:16     ` Linus Lüssing
2014-12-13 20:37       ` David Miller
2014-12-15  8:04         ` Simon Horman

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).