Re: Timing of host-joined bridge multicast groups with switchdev

2021-02-23 Thread Vladimir Oltean
On Tue, Feb 23, 2021 at 09:49:08PM +0200, Vladimir Oltean wrote: > > But I'm not sure how we replay it only for a single notifier block. I'm > > not familiar with setups where you have more than one listener let alone > > more than one that is interested in notifications from a specific > > bridge,

Re: Timing of host-joined bridge multicast groups with switchdev

2021-02-23 Thread Vladimir Oltean
On Tue, Feb 23, 2021 at 09:29:09PM +0200, Ido Schimmel wrote: > On Tue, Feb 23, 2021 at 08:02:36PM +0200, Vladimir Oltean wrote: > > On Tue, Feb 23, 2021 at 07:56:22PM +0200, Ido Schimmel wrote: > > > For route offload you get a dump of all the existing routes when you > > > register your notifier.

Re: Timing of host-joined bridge multicast groups with switchdev

2021-02-23 Thread Ido Schimmel
On Tue, Feb 23, 2021 at 08:02:36PM +0200, Vladimir Oltean wrote: > On Tue, Feb 23, 2021 at 07:56:22PM +0200, Ido Schimmel wrote: > > For route offload you get a dump of all the existing routes when you > > register your notifier. It's a bit different with bridge because you > > don't care about exi

Re: Timing of host-joined bridge multicast groups with switchdev

2021-02-23 Thread Vladimir Oltean
On Tue, Feb 23, 2021 at 07:56:22PM +0200, Ido Schimmel wrote: > For route offload you get a dump of all the existing routes when you > register your notifier. It's a bit different with bridge because you > don't care about existing bridges when you just initialize your driver. > > We had a similar

Re: Timing of host-joined bridge multicast groups with switchdev

2021-02-23 Thread Ido Schimmel
On Tue, Feb 23, 2021 at 07:37:53PM +0200, Vladimir Oltean wrote: > Hi, > > I have udhcpcd in my system and this is configured to bring interfaces > up as soon as they are created. > > I create a bridge as follows: > > ip link add br0 type bridge > > As soon as I create the bridge and udhcpcd br