diff options
author | Fabian Mewes <architekt@coding4coffee.org> | 2016-11-04 08:16:14 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-11-07 20:39:15 -0500 |
commit | 8e0140a2d7c9f55b794a5fce22e05350a435b965 (patch) | |
tree | febe9edbc87e62ef0c0f851e52a97ee6ef7fe10a /Documentation | |
parent | f3358507c11999c91abf54744658bccd49b5879c (diff) |
Documentation: networking: dsa: Update tagging protocols
Add Qualcomm QCA tagging introduced in cafdc45c9 to the
list of supported protocols.
Signed-off-by: Fabian Mewes <architekt@coding4coffee.org>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Acked-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/networking/dsa/dsa.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/networking/dsa/dsa.txt b/Documentation/networking/dsa/dsa.txt index 6d6c07cf1a9a..63912ef34606 100644 --- a/Documentation/networking/dsa/dsa.txt +++ b/Documentation/networking/dsa/dsa.txt | |||
@@ -67,13 +67,14 @@ Note that DSA does not currently create network interfaces for the "cpu" and | |||
67 | Switch tagging protocols | 67 | Switch tagging protocols |
68 | ------------------------ | 68 | ------------------------ |
69 | 69 | ||
70 | DSA currently supports 4 different tagging protocols, and a tag-less mode as | 70 | DSA currently supports 5 different tagging protocols, and a tag-less mode as |
71 | well. The different protocols are implemented in: | 71 | well. The different protocols are implemented in: |
72 | 72 | ||
73 | net/dsa/tag_trailer.c: Marvell's 4 trailer tag mode (legacy) | 73 | net/dsa/tag_trailer.c: Marvell's 4 trailer tag mode (legacy) |
74 | net/dsa/tag_dsa.c: Marvell's original DSA tag | 74 | net/dsa/tag_dsa.c: Marvell's original DSA tag |
75 | net/dsa/tag_edsa.c: Marvell's enhanced DSA tag | 75 | net/dsa/tag_edsa.c: Marvell's enhanced DSA tag |
76 | net/dsa/tag_brcm.c: Broadcom's 4 bytes tag | 76 | net/dsa/tag_brcm.c: Broadcom's 4 bytes tag |
77 | net/dsa/tag_qca.c: Qualcomm's 2 bytes tag | ||
77 | 78 | ||
78 | The exact format of the tag protocol is vendor specific, but in general, they | 79 | The exact format of the tag protocol is vendor specific, but in general, they |
79 | all contain something which: | 80 | all contain something which: |