net: dsa: sja1105: allow VLAN configuration from the bridge in all states
authorVladimir Oltean <vladimir.oltean@nxp.com>
Tue, 12 May 2020 17:20:30 +0000 (20:20 +0300)
committerDavid S. Miller <davem@davemloft.net>
Tue, 12 May 2020 20:08:08 +0000 (13:08 -0700)
Let the DSA core call our .port_vlan_add methods every time the bridge
layer requests so. We will deal internally with saving/restoring VLANs
depending on our VLAN awareness state.

Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/dsa/sja1105/sja1105_main.c

index fb95130299b186176c5f33eb2b45a73ab4c036b0..ca5a9baa0b2f6e40de310b836a61fa9593928bef 100644 (file)
@@ -2350,6 +2350,8 @@ static int sja1105_setup(struct dsa_switch *ds)
 
        ds->mtu_enforcement_ingress = true;
 
+       ds->configure_vlan_while_not_filtering = true;
+
        /* The DSA/switchdev model brings up switch ports in standalone mode by
         * default, and that means vlan_filtering is 0 since they're not under
         * a bridge, so it's safe to set up switch tagging at this time.