Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1566022

Re: [PATCH net-next v5] bridge: multicast to unicast

From David Miller <davem@davemloft.net>
Newsgroups linux.kernel
Subject Re: [PATCH net-next v5] bridge: multicast to unicast
Date 2017-01-24 18:50 +0100
Message-ID <t3dod-7gJ-9@gated-at.bofh.it> (permalink)
References <t2a93-8g5-7@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


From: Linus Lüssing <linus.luessing@c0d3.blue>
Date: Sat, 21 Jan 2017 21:01:32 +0100

> From: Felix Fietkau <nbd@nbd.name>
> 
> Implements an optional, per bridge port flag and feature to deliver
> multicast packets to any host on the according port via unicast
> individually. This is done by copying the packet per host and
> changing the multicast destination MAC to a unicast one accordingly.
> 
> multicast-to-unicast works on top of the multicast snooping feature of
> the bridge. Which means unicast copies are only delivered to hosts which
> are interested in it and signalized this via IGMP/MLD reports
> previously.
> 
> This feature is intended for interface types which have a more reliable
> and/or efficient way to deliver unicast packets than broadcast ones
> (e.g. wifi).
> 
> However, it should only be enabled on interfaces where no IGMPv2/MLDv1
> report suppression takes place. This feature is disabled by default.
> 
> The initial patch and idea is from Felix Fietkau.
> 
> Signed-off-by: Felix Fietkau <nbd@nbd.name>
> [linus.luessing@c0d3.blue: various bug + style fixes, commit message]
> Signed-off-by: Linus Lüssing <linus.luessing@c0d3.blue>

I'm not completely happy that things have progressed this way, however
I don't have a better solution to suggest.

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH net-next v5] bridge: multicast to unicast Linus Lüssing <linus.luessing@c0d3.blue> - 2017-01-21 21:10 +0100
  Re: [PATCH net-next v5] bridge: multicast to unicast Nikolay Aleksandrov <nikolay@cumulusnetworks.com> - 2017-01-21 23:40 +0100
  Re: [PATCH net-next v5] bridge: multicast to unicast David Miller <davem@davemloft.net> - 2017-01-24 18:50 +0100
  Re: [PATCH net-next v5] bridge: multicast to unicast Stephen Hemminger <stephen@networkplumber.org> - 2017-01-24 19:20 +0100
  Re: [PATCH net-next v5] bridge: multicast to unicast Stephen Hemminger <stephen@networkplumber.org> - 2017-01-24 19:20 +0100

csiph-web