public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/3] net: lan966x: Add tbf, cbs, ets support
@ 2022-09-25 18:46 Horatiu Vultur
  2022-09-25 18:46 ` [PATCH net-next 1/3] net: lan966x: Add offload support for tbf Horatiu Vultur
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Horatiu Vultur @ 2022-09-25 18:46 UTC (permalink / raw)
  To: linux-kernel, netdev
  Cc: UNGLinuxDriver, davem, edumazet, kuba, pabeni, Horatiu Vultur

Add support for offloading QoS features with tc command to lan966x.
The offloaded Qos features are tbf, cbs and ets.

Horatiu Vultur (3):
  net: lan966x: Add offload support for tbf
  net: lan966x: Add offload support for cbs
  net: lan966x: Add offload support for ets

 .../net/ethernet/microchip/lan966x/Makefile   |  3 +-
 .../ethernet/microchip/lan966x/lan966x_cbs.c  | 70 ++++++++++++++
 .../ethernet/microchip/lan966x/lan966x_ets.c  | 96 +++++++++++++++++++
 .../ethernet/microchip/lan966x/lan966x_main.h | 19 ++++
 .../ethernet/microchip/lan966x/lan966x_regs.h | 50 ++++++++++
 .../ethernet/microchip/lan966x/lan966x_tbf.c  | 85 ++++++++++++++++
 .../ethernet/microchip/lan966x/lan966x_tc.c   | 43 +++++++++
 7 files changed, 365 insertions(+), 1 deletion(-)
 create mode 100644 drivers/net/ethernet/microchip/lan966x/lan966x_cbs.c
 create mode 100644 drivers/net/ethernet/microchip/lan966x/lan966x_ets.c
 create mode 100644 drivers/net/ethernet/microchip/lan966x/lan966x_tbf.c

-- 
2.33.0


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

end of thread, other threads:[~2022-09-28  8:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-25 18:46 [PATCH net-next 0/3] net: lan966x: Add tbf, cbs, ets support Horatiu Vultur
2022-09-25 18:46 ` [PATCH net-next 1/3] net: lan966x: Add offload support for tbf Horatiu Vultur
2022-09-25 18:46 ` [PATCH net-next 2/3] net: lan966x: Add offload support for cbs Horatiu Vultur
2022-09-25 18:46 ` [PATCH net-next 3/3] net: lan966x: Add offload support for ets Horatiu Vultur
2022-09-28  8:40 ` [PATCH net-next 0/3] net: lan966x: Add tbf, cbs, ets support 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