Re: [Bridge] [PATCH v5 net-next 00/15] RX filtering in DSA

2021-06-29 Thread David Miller
From: Vladimir Oltean Date: Tue, 29 Jun 2021 22:09:23 +0300 > On Tue, Jun 29, 2021 at 09:58:22PM +0300, Vladimir Oltean wrote: >> On Tue, Jun 29, 2021 at 11:52:13AM -0700, David Miller wrote: >> > From: Vladimir Oltean >> > Date: Tue, 29 Jun 2021 17:06:43 +0300 >> > >> > > Changes in v5: >> >

Re: [Bridge] [PATCH v5 net-next 00/15] RX filtering in DSA

2021-06-29 Thread Vladimir Oltean
On Tue, Jun 29, 2021 at 09:58:22PM +0300, Vladimir Oltean wrote: > On Tue, Jun 29, 2021 at 11:52:13AM -0700, David Miller wrote: > > From: Vladimir Oltean > > Date: Tue, 29 Jun 2021 17:06:43 +0300 > > > > > Changes in v5: > > > - added READ_ONCE and WRITE_ONCE for fdb->dst > > > - removed a

Re: [Bridge] [PATCH v5 net-next 00/15] RX filtering in DSA

2021-06-29 Thread Vladimir Oltean
On Tue, Jun 29, 2021 at 11:52:13AM -0700, David Miller wrote: > From: Vladimir Oltean > Date: Tue, 29 Jun 2021 17:06:43 +0300 > > > Changes in v5: > > - added READ_ONCE and WRITE_ONCE for fdb->dst > > - removed a paranoid WARN_ON in DSA > > - added some documentation regarding how 'bridge fdb'

Re: [Bridge] [PATCH v5 net-next 00/15] RX filtering in DSA

2021-06-29 Thread David Miller
From: Vladimir Oltean Date: Tue, 29 Jun 2021 17:06:43 +0300 > Changes in v5: > - added READ_ONCE and WRITE_ONCE for fdb->dst > - removed a paranoid WARN_ON in DSA > - added some documentation regarding how 'bridge fdb' is supposed to be > used with DSA Vlad, I applied v4, could you please

Re: [Bridge] [PATCH v5 net-next 00/15] RX filtering in DSA

2021-06-29 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Tue, 29 Jun 2021 17:06:43 +0300 you wrote: > From: Vladimir Oltean > > This is my 5th stab at creating a list of unicast and multicast > addresses that the DSA CPU ports must trap. I am reusing a lot of > Tobias's

[Bridge] [PATCH v5 net-next 00/15] RX filtering in DSA

2021-06-29 Thread Vladimir Oltean
From: Vladimir Oltean This is my 5th stab at creating a list of unicast and multicast addresses that the DSA CPU ports must trap. I am reusing a lot of Tobias's work which he submitted here: https://patchwork.kernel.org/project/netdevbpf/cover/20210116012515.3152-1-tob...@waldekranz.com/ My