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 != port) > + ret

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(&p->mglist, &port->mglist); > setup_timer(&p->timer, br_multicast_port_group_expired, > (unsigned long)p); >

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 copying the packet per host and > changing th

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 multicast destinat