• Ben Hutchings's avatar
    net: dsa: microchip: ksz8795: Reject unsupported VLAN configuration · 8f4f58f8
    Ben Hutchings authored
    The switches supported by ksz8795 only have a per-port flag for Tag
    Removal.  This means it is not possible to support both tagged and
    untagged VLANs on the same port.  Reject attempts to add a VLAN that
    requires the flag to be changed, unless there are no VLANs currently
    configured.
    
    VID 0 is excluded from this check since it is untagged regardless of
    the state of the flag.
    
    On the CPU port we could support tagged and untagged VLANs at the same
    time.  This will be enabled by a later patch.
    
    Fixes: e66f840c ("net: dsa: ksz: Add Microchip KSZ8795 DSA driver")
    Signed-off-by: default avatarBen Hutchings <ben.hutchings@mind.be>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    8f4f58f8
ksz_common.h 8.84 KB