[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20130726150651.GD3890@order.stressinduktion.org>
Date: Fri, 26 Jul 2013 17:06:51 +0200
From: Hannes Frederic Sowa <hannes@...essinduktion.org>
To: Benjamin LaHaise <bcrl@...ck.org>
Cc: David Miller <davem@...emloft.net>, william.manley@...view.com,
netdev@...r.kernel.org
Subject: Re: IGMP Unsolicited Report Interval too long for IGMPv3?
On Fri, Jul 26, 2013 at 09:11:23AM -0400, Benjamin LaHaise wrote:
> On Thu, Jul 25, 2013 at 04:42:53PM -0700, David Miller wrote:
> > From: Hannes Frederic Sowa <hannes@...essinduktion.org>
> > Date: Mon, 22 Jul 2013 23:51:08 +0200
> >
> > > On Mon, Jul 22, 2013 at 05:18:55PM -0400, Benjamin LaHaise wrote:
> > >> On Mon, Jul 22, 2013 at 09:43:57PM +0100, William Manley wrote:
> > >> > If an IGMP join packet is lost you will not receive data sent to the
> > >> > multicast group so if no data arrives from that multicast group in a
> > >> > period of time after the IGMP join a second IGMP join will be sent. The
> > >> > delay between joins is the "IGMP Unsolicited Report Interval".
> > >> >
> > >> > In the kernel this seems to be hard coded to be chosen randomly between
> > >> > 0-10s. In our use-case (IPTV) this is too long as it can cause channel
> > >> > change to be slow in the presence of packet loss.
> > >> >
> > >> > I would guess that this 10s has come from IGMPv2 RFC2236, which was
> > >> > reduced to 1s in IGMPv3 RFC3376.
> > >>
> > >> Reducing the timeout does not solve the problem you are encountering, as
> > >> any packet loss will still result in a 1 second delay. I've encountered
> > >> similar issues dealing with LCP Echo request/replies for keepalive
> > >> messages on PPP sessions. The correct approach is to queue the IGMP
> > >> multicast join with a higher priority than other traffic in the system
> > >> so that the requests are not lost due to congestion of a single queue.
> > >> Sending packets with an 802.1p header might be appropriate in your
> > >> use-case, or perhaps using higher priority internal queues.
> > >
> > > Yes, we can do a little bit better. What do you think?
> > >
> > > [PATCH net-next] ipv6: send igmpv3/mld packets with TC_PRIO_CONTROL
> > >
> > > Reported-by: William Manley <william.manley@...view.com>
> > > Suggested-by: Benjamin LaHaise <bcrl@...ck.org>
> > > Signed-off-by: Hannes Frederic Sowa <hannes@...essinduktion.org>
> >
> > Ben, please give Hannes the feedback he is asking for.
> >
> > Thanks.
>
> I think Hannes' patch is good step in the right direction, so please add:
> Acked-by: Benjamin LaHaise <bcrl@...ck.org>
I just send a new patch with the priority changes for ipv4 included. I copied
your Acked-by, I hope this is ok.
Thanks,
Hannes
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists