Merge branch 'net-dsa-hellcreek-add-taprio-offloading'
authorJakub Kicinski <kuba@kernel.org>
Sun, 24 Jan 2021 05:25:17 +0000 (21:25 -0800)
committerJakub Kicinski <kuba@kernel.org>
Sun, 24 Jan 2021 05:25:18 +0000 (21:25 -0800)
commita61e4b60761fa7fa2cfde6682760763537ce5549
tree8dd1c8b1ad1d91c1f9ba27fba55b49114310d1bd
parentb80b5dbf118fbb97d67e9e41e68941efeb0457c6
parent24dfc6eb39b26fc3a5a17a606e868b74f6202ee4
Merge branch 'net-dsa-hellcreek-add-taprio-offloading'

Kurt Kanzenbach says:

====================
net: dsa: hellcreek: Add TAPRIO offloading

The switch has support for the 802.1Qbv Time Aware Shaper (TAS). Traffic
schedules may be configured individually on each front port. Each port
has eight egress queues. The traffic is mapped to a traffic class
respectively via the PCP field of a VLAN tagged frame.

Previous attempts:
 * https://lkml.kernel.org/netdev/20201121115703.23221-1-kurt@linutronix.de/
 * https://lkml.kernel.org/netdev/20210116124922.32356-1-kurt@linutronix.de/
====================

Link: https://lore.kernel.org/r/20210123105633.16753-1-kurt@linutronix.de
Signed-off-by: Jakub Kicinski <kuba@kernel.org>