2016-11-04 12:24:15

by Fabian Mewes

[permalink] [raw]
Subject: [PATCH] Documentation: networking: dsa: Update tagging protocols

Add Qualcomm QCA tagging introduced in cafdc45c9 to the
list of supported protocols.

Signed-off-by: Fabian Mewes <[email protected]>
---
Documentation/networking/dsa/dsa.txt | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Documentation/networking/dsa/dsa.txt b/Documentation/networking/dsa/dsa.txt
index 6d6c07c..63912ef3 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
Switch tagging protocols
------------------------

-DSA currently supports 4 different tagging protocols, and a tag-less mode as
+DSA currently supports 5 different tagging protocols, and a tag-less mode as
well. The different protocols are implemented in:

net/dsa/tag_trailer.c: Marvell's 4 trailer tag mode (legacy)
net/dsa/tag_dsa.c: Marvell's original DSA tag
net/dsa/tag_edsa.c: Marvell's enhanced DSA tag
net/dsa/tag_brcm.c: Broadcom's 4 bytes tag
+net/dsa/tag_qca.c: Qualcomm's 2 bytes tag

The exact format of the tag protocol is vendor specific, but in general, they
all contain something which:
--
1.7.10.4


2016-11-04 12:31:09

by Andrew Lunn

[permalink] [raw]
Subject: Re: [PATCH] Documentation: networking: dsa: Update tagging protocols

On Fri, Nov 04, 2016 at 01:16:14PM +0100, Fabian Mewes wrote:
> Add Qualcomm QCA tagging introduced in cafdc45c9 to the
> list of supported protocols.
>
> Signed-off-by: Fabian Mewes <[email protected]>

Thanks

Reviewed-by: Andrew Lunn <[email protected]>

Andrew

2016-11-04 16:08:55

by Florian Fainelli

[permalink] [raw]
Subject: Re: [PATCH] Documentation: networking: dsa: Update tagging protocols



On 11/04/2016 05:16 AM, Fabian Mewes wrote:
> Add Qualcomm QCA tagging introduced in cafdc45c9 to the
> list of supported protocols.
>
> Signed-off-by: Fabian Mewes <[email protected]>

Acked-by: Florian Fainelli <[email protected]>
--
Florian

2016-11-08 01:39:35

by David Miller

[permalink] [raw]
Subject: Re: [PATCH] Documentation: networking: dsa: Update tagging protocols

From: Fabian Mewes <[email protected]>
Date: Fri, 4 Nov 2016 13:16:14 +0100

> Add Qualcomm QCA tagging introduced in cafdc45c9 to the
> list of supported protocols.
>
> Signed-off-by: Fabian Mewes <[email protected]>

Applied.