[PATCH net-next v6 0/5] net: dsa: yt921x: Add DCB/QoS support

David Yang posted 5 patches 1 week ago
drivers/net/dsa/Kconfig  |   1 +
drivers/net/dsa/yt921x.c | 310 ++++++++++++++++++++++++++++++++++++---
drivers/net/dsa/yt921x.h |  55 +++++--
net/dsa/tag_yt921x.c     |  89 +++++++----
4 files changed, 393 insertions(+), 62 deletions(-)
[PATCH net-next v6 0/5] net: dsa: yt921x: Add DCB/QoS support
Posted by David Yang 1 week ago
This series add DCB/QoS support to the driver.

v5: https://lore.kernel.org/r/20260128215202.2244266-1-mmyangfl@gmail.com
  - fix xmit priority for tag driver
v4: https://lore.kernel.org/r/20260127020847.1482724-1-mmyangfl@gmail.com
  - change the color for DEI bit and add a comment for it
v3: https://lore.kernel.org/r/20260125001328.3784006-1-mmyangfl@gmail.com
  - fix port_del_dscp_prio()
  - split yt921x_chip_setup()
v2: https://lore.kernel.org/r/20260122194233.2777550-1-mmyangfl@gmail.com
  - make DCB support optional
  - refine with enum yt921x_app_selector
  - add missing dscp_prio_mapping_is_global
  - fix pcp support
v1: https://lore.kernel.org/r/20260119185935.2072685-1-mmyangfl@gmail.com
  - rebase

David Yang (5):
  net: dsa: tag_yt921x: clarify priority and code fields
  net: dsa: tag_yt921x: add priority support
  net: dsa: yt921x: Refactor VLAN awareness setting
  net: dsa: yt921x: Refactor yt921x_chip_setup()
  net: dsa: yt921x: Add DCB/QoS support

 drivers/net/dsa/Kconfig  |   1 +
 drivers/net/dsa/yt921x.c | 310 ++++++++++++++++++++++++++++++++++++---
 drivers/net/dsa/yt921x.h |  55 +++++--
 net/dsa/tag_yt921x.c     |  89 +++++++----
 4 files changed, 393 insertions(+), 62 deletions(-)

-- 
2.51.0
Re: [PATCH net-next v6 0/5] net: dsa: yt921x: Add DCB/QoS support
Posted by Vladimir Oltean 4 days, 5 hours ago
On Sat, Jan 31, 2026 at 10:18:46AM +0800, David Yang wrote:
> This series add DCB/QoS support to the driver.
> 
> v5: https://lore.kernel.org/r/20260128215202.2244266-1-mmyangfl@gmail.com
>   - fix xmit priority for tag driver
> v4: https://lore.kernel.org/r/20260127020847.1482724-1-mmyangfl@gmail.com
>   - change the color for DEI bit and add a comment for it
> v3: https://lore.kernel.org/r/20260125001328.3784006-1-mmyangfl@gmail.com
>   - fix port_del_dscp_prio()
>   - split yt921x_chip_setup()
> v2: https://lore.kernel.org/r/20260122194233.2777550-1-mmyangfl@gmail.com
>   - make DCB support optional
>   - refine with enum yt921x_app_selector
>   - add missing dscp_prio_mapping_is_global
>   - fix pcp support
> v1: https://lore.kernel.org/r/20260119185935.2072685-1-mmyangfl@gmail.com
>   - rebase
> 
> David Yang (5):
>   net: dsa: tag_yt921x: clarify priority and code fields
>   net: dsa: tag_yt921x: add priority support
>   net: dsa: yt921x: Refactor VLAN awareness setting
>   net: dsa: yt921x: Refactor yt921x_chip_setup()
>   net: dsa: yt921x: Add DCB/QoS support
> 
>  drivers/net/dsa/Kconfig  |   1 +
>  drivers/net/dsa/yt921x.c | 310 ++++++++++++++++++++++++++++++++++++---
>  drivers/net/dsa/yt921x.h |  55 +++++--
>  net/dsa/tag_yt921x.c     |  89 +++++++----
>  4 files changed, 393 insertions(+), 62 deletions(-)
> 
> -- 
> 2.51.0
> 

From the perspective of API use this appears fine.

Reviewed-by: Vladimir Oltean <olteanv@gmail.com>