Re: [PATCH 0/6] realtek: fix management of mdb entries

2023-03-22 Thread Bjørn Mork
Vladimir Oltean writes: > As a way to fix a bug quickly and get correct behavior, I guess there's > also the option of stopping to process multicast packets in hardware, > and configure the switch to always send any multicast to the CPU port > only. I don't think that's an option. The CPU is di

Re: [PATCH 0/6] realtek: fix management of mdb entries

2023-03-21 Thread Andrew Lunn
> > If the DSA subsystem could handle the "merging" instead and also call > > port_mdb_add/port_mdb_del as appropriate for multicast router ports, the > > individual drivers wouldn't have to deal with this particular issue at all. > > > > > As a way to fix a bug quickly and get correct behavior, I

Re: [PATCH 0/6] realtek: fix management of mdb entries

2023-03-21 Thread Vladimir Oltean
On Tue, Mar 21, 2023 at 07:24:15PM +0200, Vladimir Oltean wrote: > On Fri, Mar 10, 2023 at 07:37:34PM +0100, Jan Hoffmann wrote: > > Hi Vladimir, > > > > Thank you for having a look at this! > > > > On 06.03.2023 14:46, Vladimir Oltean wrote: > > > On Sat, Mar 04, 2023 at 01:52:32PM +0300, Arınç

Re: [PATCH 0/6] realtek: fix management of mdb entries

2023-03-21 Thread Vladimir Oltean
On Fri, Mar 10, 2023 at 07:37:34PM +0100, Jan Hoffmann wrote: > Hi Vladimir, > > Thank you for having a look at this! > > On 06.03.2023 14:46, Vladimir Oltean wrote: > > On Sat, Mar 04, 2023 at 01:52:32PM +0300, Arınç ÜNAL wrote: > > > On 4.03.2023 00:48, Jan Hoffmann wrote: > > > > This series f

Re: [PATCH 0/6] realtek: fix management of mdb entries

2023-03-10 Thread Jan Hoffmann
Hi Vladimir, Thank you for having a look at this! On 06.03.2023 14:46, Vladimir Oltean wrote: On Sat, Mar 04, 2023 at 01:52:32PM +0300, Arınç ÜNAL wrote: On 4.03.2023 00:48, Jan Hoffmann wrote: This series fixes multiple issues related to the L2 table and multicast table. That includes an iss

Re: [PATCH 0/6] realtek: fix management of mdb entries

2023-03-06 Thread Vladimir Oltean
On Sat, Mar 04, 2023 at 01:52:32PM +0300, Arınç ÜNAL wrote: > On 4.03.2023 00:48, Jan Hoffmann wrote: > > This series fixes multiple issues related to the L2 table and multicast > > table. That includes an issue that causes corruption of the port mask > > for unknown multicast forwarding, which can

Re: [PATCH 0/6] realtek: fix management of mdb entries

2023-03-04 Thread Arınç ÜNAL
On 4.03.2023 00:48, Jan Hoffmann wrote: This series fixes multiple issues related to the L2 table and multicast table. That includes an issue that causes corruption of the port mask for unknown multicast forwarding, which can occur even when multicast snooping is disabled. With these patches, mu

[PATCH 0/6] realtek: fix management of mdb entries

2023-03-03 Thread Jan Hoffmann
This series fixes multiple issues related to the L2 table and multicast table. That includes an issue that causes corruption of the port mask for unknown multicast forwarding, which can occur even when multicast snooping is disabled. With these patches, multicast snooping should be mostly worki