]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc027e2f42c7c0241c612faa45847a33da62b61be
tree8dd1c8b1ad1d91c1f9ba27fba55b49114310d1bd
parent465c6e2ac3ab87a95001bc48850b5f643d778de1
parent79489331cc7deb470c44a72e91127da585f27106
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>