Re: [PATCH v3 net-next 3/5] net: bridge: Add/del switchdev object on host join/leave

2017-11-07 Thread Nikolay Aleksandrov
On 7.11.2017 01:26, Andrew Lunn wrote: > When the host joins or leaves a multicast group, use switchdev to add > an object to the hardware to forward traffic for the group to the > host. > > Signed-off-by: Andrew Lunn > --- > include/net/switchdev.h | 1 + > net/bridge/br_mdb.c | 39 ++

[PATCH v3 net-next 3/5] net: bridge: Add/del switchdev object on host join/leave

2017-11-06 Thread Andrew Lunn
When the host joins or leaves a multicast group, use switchdev to add an object to the hardware to forward traffic for the group to the host. Signed-off-by: Andrew Lunn --- include/net/switchdev.h | 1 + net/bridge/br_mdb.c | 39 +++ net/switchdev/swi