mbox series

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

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

Message

Linus Walleij July 8, 2020, 12:25 p.m. UTC
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

Comments

David Miller July 8, 2020, 10:36 p.m. UTC | #1
From: Linus Walleij <linus.walleij@linaro.org>

Date: Wed,  8 Jul 2020 14:25:35 +0200

> 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.


Series applied, thanks.