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 <olteanv@xxxxxxxxx> > > 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 send me relative fixups to v5? > > > > Thank you. > > Thanks for applying. I'm going to prepare the delta patches right now. Dave, is it possible that you may have applied v5 with the cover letter from v4? I checked and everything is in its right place: - the READ_ONCE stuff for fdb->dst: https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next.git/tree/net/bridge/br_fdb.c#n447 - there is no WARN_ON in DSA switch.c: https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next.git/tree/net/dsa/switch.c#n167 - the additional documentation chapter is there: https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next.git/tree/Documentation/networking/dsa/configuration.rst#n296 Thanks.