mbox series

[net-next,0/2,v5] RTL8366RB tagging support

Message ID 20200707211614.1217258-1-linus.walleij@linaro.org
Headers show
Series RTL8366RB tagging support | expand

Message

Linus Walleij July 7, 2020, 9:16 p.m. UTC
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.

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

Comments

Florian Fainelli July 7, 2020, 9:46 p.m. UTC | #1
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