On Tue, Dec 22, 2020 at 09:22:34PM -0500, Sasha Levin wrote: > From: Danielle Ratson <daniel...@nvidia.com> > > [ Upstream commit 22ec19f3aee327806c37c9fa1188741574bc6445 ] > > Drivers that support bridge offload need to be notified about changes to > the bridge's VLAN protocol so that they could react accordingly and > potentially veto the change. > > Add a new switchdev attribute to communicate the change to drivers. > > Signed-off-by: Danielle Ratson <daniel...@nvidia.com> > Reviewed-by: Petr Machata <pe...@nvidia.com> > Acked-by: Nikolay Aleksandrov <niko...@nvidia.com> > Signed-off-by: Ido Schimmel <ido...@nvidia.com> > Reviewed-by: Ivan Vecera <ivec...@redhat.com> > Signed-off-by: Jakub Kicinski <k...@kernel.org> > Signed-off-by: Sasha Levin <sas...@kernel.org> > ---
This looks like a bit of an odd patch to backport? Are we also going to backport driver changes that make use of this new switchdev notifier?