aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/dsa.h
diff options
context:
space:
mode:
authorWoojung Huh <Woojung.Huh@microchip.com>2017-05-31 20:19:06 +0000
committerDavid S. Miller <davem@davemloft.net>2017-05-31 20:56:31 -0400
commit8b8010fb7876e816300ddd60fa089e9ceb209f3e (patch)
treed872f6691574c44a152aa4a01a382091b7451db1 /include/net/dsa.h
parentMerge branch 'bpf-stack-tracker' (diff)
downloadlinux-dev-8b8010fb7876e816300ddd60fa089e9ceb209f3e.tar.xz
linux-dev-8b8010fb7876e816300ddd60fa089e9ceb209f3e.zip
dsa: add support for Microchip KSZ tail tagging
Adding support for the Microchip KSZ switch family tail tagging. Reviewed-by: Andrew Lunn <andrew@lunn.ch> Reviewed-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: Woojung Huh <Woojung.Huh@microchip.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/dsa.h')
-rw-r--r--include/net/dsa.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/dsa.h b/include/net/dsa.h
index d9bd6939229a..7de1234ba136 100644
--- a/include/net/dsa.h
+++ b/include/net/dsa.h
@@ -31,6 +31,7 @@ enum dsa_tag_protocol {
DSA_TAG_PROTO_BRCM,
DSA_TAG_PROTO_DSA,
DSA_TAG_PROTO_EDSA,
+ DSA_TAG_PROTO_KSZ,
DSA_TAG_PROTO_LAN9303,
DSA_TAG_PROTO_MTK,
DSA_TAG_PROTO_QCA,