linux/drivers/net/dsa/realtek
Vladimir Oltean 06b9cce426 net: dsa: pass extack to .port_bridge_join driver methods
As FDB isolation cannot be enforced between VLAN-aware bridges in lack
of hardware assistance like extra FID bits, it seems plausible that many
DSA switches cannot do it. Therefore, they need to reject configurations
with multiple VLAN-aware bridges from the two code paths that can
transition towards that state:

- joining a VLAN-aware bridge
- toggling VLAN awareness on an existing bridge

The .port_vlan_filtering method already propagates the netlink extack to
the driver, let's propagate it from .port_bridge_join too, to make sure
that the driver can use the same function for both.

Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2022-02-27 11:06:14 +00:00
..
Kconfig net: dsa: realtek: don't default Kconfigs to y 2022-02-05 15:16:50 +00:00
Makefile net: dsa: realtek: add new mdio interface for drivers 2022-01-28 15:02:49 +00:00
realtek-mdio.c net: dsa: realtek: allow subdrivers to externally lock regmap 2022-02-23 12:24:29 +00:00
realtek-smi.c net: dsa: realtek: allow subdrivers to externally lock regmap 2022-02-23 12:24:29 +00:00
realtek.h net: dsa: realtek: allow subdrivers to externally lock regmap 2022-02-23 12:24:29 +00:00
rtl8365mb.c net: dsa: realtek: rtl8365mb: serialize indirect PHY register access 2022-02-23 12:24:29 +00:00
rtl8366-core.c net: dsa: realtek: convert subdrivers into modules 2022-01-28 15:02:49 +00:00
rtl8366rb.c net: dsa: pass extack to .port_bridge_join driver methods 2022-02-27 11:06:14 +00:00