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)
commit90e05ef3d17a8fcab534bf67109ef98b309b0d0f
tree8443658cd4f29cf001d0cd936855b662f449f8f8
parent3176eb82681ec9c8af31c6588ddedcc6cfb9e445
parent71d7920fb2d1d6cdaa6db58426783be02c9cb7bb
Merge branch 'net-dsa-microchip-add-support-for-credit-based-shaper'

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>