On Tue, Dec 22, 2020 at 09:22:34PM -0500, Sasha Levin wrote: > From: Danielle Ratson <[email protected]> > > [ 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 <[email protected]> > Reviewed-by: Petr Machata <[email protected]> > Acked-by: Nikolay Aleksandrov <[email protected]> > Signed-off-by: Ido Schimmel <[email protected]> > Reviewed-by: Ivan Vecera <[email protected]> > Signed-off-by: Jakub Kicinski <[email protected]> > Signed-off-by: Sasha Levin <[email protected]> > ---
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?

