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