Message ID | 20200707211614.1217258-1-linus.walleij@linaro.org |
---|---|
Headers | show |
Series | RTL8366RB tagging support | expand |
On 7/7/2020 2:16 PM, Linus Walleij wrote: > This is essentially the two first patches of the previous > patch set: we split off the tagging support and deal > with the VLAN set-up in a separate patch set since it > seems we need some more discussion around that. Yes, good idea to split them that way. > > 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 > -- Florian