]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
net: dsa: tag_8021q: introduce a vid_is_dsa_8021q helper
authorVladimir Oltean <vladimir.oltean@nxp.com>
Tue, 12 May 2020 17:20:26 +0000 (20:20 +0300)
committerDavid S. Miller <davem@davemloft.net>
Tue, 12 May 2020 20:08:07 +0000 (13:08 -0700)
commit1f66b0f0aec671f8fbc86d75b2efdf7c7e0f7880
tree391a0b292f8a28f898f4e43ac7cd90a32a1677ff
parent54a0ed0df49609f4e3f098f8943e38e389dc2e15
net: dsa: tag_8021q: introduce a vid_is_dsa_8021q helper

This function returns a boolean denoting whether the VLAN passed as
argument is part of the 1024-3071 range that the dsa_8021q tagging
scheme uses.

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>
include/linux/dsa/8021q.h
net/dsa/tag_8021q.c