[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200708122537.1341307-1-linus.walleij@linaro.org>
Date: Wed, 8 Jul 2020 14:25:35 +0200
From: Linus Walleij <linus.walleij@...aro.org>
To: Andrew Lunn <andrew@...n.ch>,
Vivien Didelot <vivien.didelot@...il.com>,
Florian Fainelli <f.fainelli@...il.com>,
netdev@...r.kernel.org, "David S . Miller" <davem@...emloft.net>
Cc: Linus Walleij <linus.walleij@...aro.org>
Subject: [net-next PATCH 0/2 v6] RTL8366RB tagging support
This patch set adds DSA tagging support to the RTL8366RB
DSA driver.
There is a minor performance improvement in the tag parser
compared to the previous patch set and the review tags
have been collected.
Linus Walleij (2):
net: dsa: tag_rtl4_a: Implement Realtek 4 byte A tag
net: dsa: rtl8366rb: Support the CPU DSA tag
drivers/net/dsa/Kconfig | 1 +
drivers/net/dsa/rtl8366rb.c | 31 +++------
include/net/dsa.h | 2 +
net/dsa/Kconfig | 7 ++
net/dsa/Makefile | 1 +
net/dsa/tag_rtl4_a.c | 130 ++++++++++++++++++++++++++++++++++++
6 files changed, 149 insertions(+), 23 deletions(-)
create mode 100644 net/dsa/tag_rtl4_a.c
--
2.26.2
Powered by blists - more mailing lists