]> git.karo-electronics.de Git - linux-beck.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)
commitf5117ce4f6a16fa2a02ceff9c337cfffca8b75f2
tree83793c3432907ac6a0dd08e847704d43601abaff
parentdc25b25897289bad4907f30151ffe5baf75ff369
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: 8efdda4a1b60 ("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