summaryrefslogtreecommitdiff
path: root/include/net/dn_dev.h
diff options
context:
space:
mode:
authorVladimir Oltean <olteanv@gmail.com>2019-08-25 22:46:30 +0300
committerDavid S. Miller <davem@davemloft.net>2019-08-27 20:46:26 -0700
commite9bf96943b408e6c99dd13fb01cb907335787c61 (patch)
tree12d6d044df23a3c2e8361cf4ff94df97467ac567 /include/net/dn_dev.h
parent9b236d2a69da41da4aef3531cc3a034bf9dfc26d (diff)
net: dsa: sja1105: Clear VLAN filtering offload netdev feature
The switch barely supports traffic I/O, and it does that by repurposing VLANs when there is no bridge that is taking control of them. Letting DSA declare this netdev feature as supported (see dsa_slave_create) would mean that VLAN sub-interfaces created on sja1105 switch ports will be hardware offloaded. That means that net/8021q/vlan_core.c would install the VLAN into the filter tables of the switch, potentially interfering with the tag_8021q VLANs. We need to prevent that from happening and not let the 8021q core offload VLANs to the switch hardware tables. In vlan_filtering=0 modes of operation, the switch ports can pass through VLAN-tagged frames with no problem. Suggested-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: Vladimir Oltean <olteanv@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/dn_dev.h')
0 files changed, 0 insertions, 0 deletions