aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorTristram Ha <Tristram.Ha@microchip.com>2019-02-28 19:57:23 -0800
committerDavid S. Miller <davem@davemloft.net>2019-03-03 13:48:49 -0800
commit88b573af91dafd60ba35b2dc6af3f9d8d7168146 (patch)
treeb39ec77edade2efee982a910b39c2e1b5111f190 /include
parentdt-bindings: net: dsa: document additional Microchip KSZ9477 family switches (diff)
downloadlinux-dev-88b573af91dafd60ba35b2dc6af3f9d8d7168146.tar.xz
linux-dev-88b573af91dafd60ba35b2dc6af3f9d8d7168146.zip
net: dsa: add KSZ9893 switch tagging support
KSZ9893 switch is similar to KSZ9477 switch except the ingress tail tag has 1 byte instead of 2 bytes. The size of the portmap is smaller and so the override and lookup bits are also moved. Signed-off-by: Tristram Ha <Tristram.Ha@microchip.com> Reviewed-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-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 e8ac5b35ac4a..ae480bba11f5 100644
--- a/include/net/dsa.h
+++ b/include/net/dsa.h
@@ -38,6 +38,7 @@ enum dsa_tag_protocol {
DSA_TAG_PROTO_EDSA,
DSA_TAG_PROTO_GSWIP,
DSA_TAG_PROTO_KSZ9477,
+ DSA_TAG_PROTO_KSZ9893,
DSA_TAG_PROTO_LAN9303,
DSA_TAG_PROTO_MTK,
DSA_TAG_PROTO_QCA,