Merge branch 'net-dsa-microchip-add-support-for-credit-based-shaper'
authorJakub Kicinski <kuba@kernel.org>
Tue, 24 Jan 2023 06:12:36 +0000 (22:12 -0800)
committerJakub Kicinski <kuba@kernel.org>
Tue, 24 Jan 2023 06:12:37 +0000 (22:12 -0800)
Arun Ramadoss says:

====================
net: dsa: microchip: add support for credit based shaper

LAN937x switch family, KSZ9477, KSZ9567, KSZ9563 and KSZ8563 supports
the credit based shaper. But there were few difference between LAN937x and KSZ
switch like
- number of queues for LAN937x is 8 and for others it is 4.
- size of credit increment register for LAN937x is 24 and for other is 16-bit.
This patch series add the credit based shaper with common implementation for
LAN937x and KSZ swithes.
====================

Link: https://lore.kernel.org/r/20230120052135.32120-1-arun.ramadoss@microchip.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Trivial merge