Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934418AbcKDMYP (ORCPT ); Fri, 4 Nov 2016 08:24:15 -0400 Received: from mail.coding4coffee.org ([5.9.171.142]:51238 "EHLO mail.coding4coffee.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934322AbcKDMYN (ORCPT ); Fri, 4 Nov 2016 08:24:13 -0400 X-Greylist: delayed 441 seconds by postgrey-1.27 at vger.kernel.org; Fri, 04 Nov 2016 08:24:12 EDT From: Fabian Mewes To: Jonathan Corbet Cc: "David S. Miller" , Vivien Didelot , Florian Fainelli , Andrew Lunn , Masanari Iida , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, , Fabian Mewes Subject: [PATCH] Documentation: networking: dsa: Update tagging protocols Date: Fri, 4 Nov 2016 13:16:14 +0100 Message-Id: <1478261774-14265-1-git-send-email-architekt@coding4coffee.org> X-Mailer: git-send-email 2.1.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1180 Lines: 30 Add Qualcomm QCA tagging introduced in cafdc45c9 to the list of supported protocols. Signed-off-by: Fabian Mewes --- 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