]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'switchdev-BRENTRY'
authorDavid S. Miller <davem@davemloft.net>
Thu, 17 Feb 2022 14:17:10 +0000 (14:17 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 17 Feb 2022 14:17:10 +0000 (14:17 +0000)
commitebf565a181b2059dccac432e1ea8686661e899bf
treee65d61d02a94c001dd9806f9bcf4ebe4cdb86896
parentc31d25a0285130fdfe4aed6d481c86f94bc03b1c
parent71b8a5b14b90fa3dd8d35b0af171b995354092b8
Merge branch 'switchdev-BRENTRY'

Vladimir Oltean says:

====================
kRemove BRENTRY checks from switchdev drivers

As discussed here:
https://patchwork.kernel.org/project/netdevbpf/patch/20220214233111.1586715-2-vladimir.oltean@nxp.com/#24738869

no switchdev driver makes use of VLAN port objects that lack the
BRIDGE_VLAN_INFO_BRENTRY flag. Notifying them in the first place rather
seems like an omission of commit d42bbf8c7766 ("net: bridge: Notify
about bridge VLANs").

Since commit 1c5df3f13b2b ("net: bridge: vlan: don't notify to switchdev
master VLANs without BRENTRY flag") that was just merged, the bridge no
longer notifies switchdev upon creation of these VLANs, so we can remove
the checks from drivers.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>