public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [Patch net-next v2 0/2] net: dsa: microchip: add support for credit based shaper
@ 2023-01-20  5:21 Arun Ramadoss
  2023-01-20  5:21 ` [Patch net-next v2 1/2] net: dsa: microchip: enable port queues for tc mqprio Arun Ramadoss
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Arun Ramadoss @ 2023-01-20  5:21 UTC (permalink / raw)
  To: linux-kernel, netdev
  Cc: woojung.huh, UNGLinuxDriver, andrew, vivien.didelot, f.fainelli,
	olteanv, davem, edumazet, kuba, pabeni, linux, Tristram.Ha

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.

v1 -> v2
- Added the check for divide by zero in cinc_cal()
- Port queue is splitted based on dev->info->tc_num_queues

RFC -> Patch v1
- Rebased to latest net-next

Arun Ramadoss (2):
  net: dsa: microchip: enable port queues for tc mqprio
  net: dsa: microchip: add support for credit based shaper

 drivers/net/dsa/microchip/ksz9477.c      |  25 +++++
 drivers/net/dsa/microchip/ksz9477.h      |   2 +
 drivers/net/dsa/microchip/ksz9477_reg.h  |  33 ++----
 drivers/net/dsa/microchip/ksz_common.c   | 130 +++++++++++++++++++++++
 drivers/net/dsa/microchip/ksz_common.h   |  21 ++++
 drivers/net/dsa/microchip/lan937x.h      |   1 +
 drivers/net/dsa/microchip/lan937x_main.c |   9 ++
 drivers/net/dsa/microchip/lan937x_reg.h  |   3 +
 net/dsa/tag_ksz.c                        |  15 +++
 9 files changed, 213 insertions(+), 26 deletions(-)


base-commit: 1038bfb23649faf47fc0714dea42f472cdcf1784
-- 
2.36.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-01-24  6:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-20  5:21 [Patch net-next v2 0/2] net: dsa: microchip: add support for credit based shaper Arun Ramadoss
2023-01-20  5:21 ` [Patch net-next v2 1/2] net: dsa: microchip: enable port queues for tc mqprio Arun Ramadoss
2023-01-20  5:21 ` [Patch net-next v2 2/2] net: dsa: microchip: add support for credit based shaper Arun Ramadoss
2023-01-24  6:20 ` [Patch net-next v2 0/2] " patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox