Searched hist:"84 eeb5d460e399795e9a92a0cd44999254886150" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/include/linux/dsa/ |
H A D | sja1105.h | diff 84eeb5d460e399795e9a92a0cd44999254886150 Tue May 12 12:20:34 CDT 2020 Vladimir Oltean <vladimir.oltean@nxp.com> net: dsa: tag_sja1105: implement sub-VLAN decoding
Create a subvlan_map as part of each port's tagger private structure. This keeps reverse mappings of bridge-to-dsa_8021q VLAN retagging rules.
Note that as of this patch, this piece of code is never engaged, due to the fact that the driver hasn't installed any retagging rule, so we'll always see packets with a subvlan code of 0 (untagged).
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>
|
/openbmc/linux/net/dsa/ |
H A D | tag_sja1105.c | diff 84eeb5d460e399795e9a92a0cd44999254886150 Tue May 12 12:20:34 CDT 2020 Vladimir Oltean <vladimir.oltean@nxp.com> net: dsa: tag_sja1105: implement sub-VLAN decoding
Create a subvlan_map as part of each port's tagger private structure. This keeps reverse mappings of bridge-to-dsa_8021q VLAN retagging rules.
Note that as of this patch, this piece of code is never engaged, due to the fact that the driver hasn't installed any retagging rule, so we'll always see packets with a subvlan code of 0 (untagged).
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>
|
/openbmc/linux/drivers/net/dsa/sja1105/ |
H A D | sja1105_main.c | diff 84eeb5d460e399795e9a92a0cd44999254886150 Tue May 12 12:20:34 CDT 2020 Vladimir Oltean <vladimir.oltean@nxp.com> net: dsa: tag_sja1105: implement sub-VLAN decoding
Create a subvlan_map as part of each port's tagger private structure. This keeps reverse mappings of bridge-to-dsa_8021q VLAN retagging rules.
Note that as of this patch, this piece of code is never engaged, due to the fact that the driver hasn't installed any retagging rule, so we'll always see packets with a subvlan code of 0 (untagged).
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>
|