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

2017-01-24 Thread Stephen Hemminger
On Sat, 21 Jan 2017 21:01:32 +0100 Linus Lüssing wrote: > +static bool br_port_group_equal(struct net_bridge_port_group *p, > + struct net_bridge_port *port, > + const unsigned char *src) > +{ > + if (p->port

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

2017-01-24 Thread Stephen Hemminger
On Sat, 21 Jan 2017 21:01:32 +0100 Linus Lüssing wrote: > @@ -726,12 +729,32 @@ struct net_bridge_port_group > *br_multicast_new_port_group( > hlist_add_head(>mglist, >mglist); > setup_timer(>timer, br_multicast_port_group_expired, >

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

2017-01-24 Thread David Miller
From: Linus Lüssing Date: Sat, 21 Jan 2017 21:01:32 +0100 > From: Felix Fietkau > > 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

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

2017-01-21 Thread Nikolay Aleksandrov
On 21/01/17 21:01, Linus Lüssing wrote: > From: Felix Fietkau > > 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

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

2017-01-21 Thread Linus Lüssing
From: Felix Fietkau 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