]> git.baikalelectronics.ru Git - kernel.git/commit
net: dsa: mv88e6xxx: set 802.1Q mode to Fallback
authorVivien Didelot <vivien.didelot@savoirfairelinux.com>
Wed, 19 Aug 2015 22:54:55 +0000 (18:54 -0400)
committerDavid S. Miller <davem@davemloft.net>
Sun, 23 Aug 2015 22:54:26 +0000 (15:54 -0700)
commit40771d1f4c80551461df769a560ea3e51dcad49c
tree83793c3432907ac6a0dd08e847704d43601abaff
parentb5756165b6e08cfdc6dbf4536e1a9a15476eb301
net: dsa: mv88e6xxx: set 802.1Q mode to Fallback

The current Secure port mode requires the port-based VLANs to also be
valid in the 802.1Q VLAN Table Unit. The current hardware bridging
support only configures the port-based VLANs, thus is broken.

A new patchset is required to adapt the hardware bridging code to fully
support the Secure port mode.

In the meantime, change the 802.1Q mode of every ports to Fallback,
which filtering is more permissive, and doesn't add this restriction to
handle port-based and tagged-based VLANs.

Fixes: 1cddc032d534 ("net: dsa: mv88e6xxx: use port 802.1Q mode Secure")
Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/dsa/mv88e6xxx.c