mbox series

[net-next,0/3] net: lan966x: Add tbf, cbs, ets support

Message ID 20220925184633.4148143-1-horatiu.vultur@microchip.com (mailing list archive)
Headers show
Series net: lan966x: Add tbf, cbs, ets support | expand

Message

Horatiu Vultur Sept. 25, 2022, 6:46 p.m. UTC
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

Comments

patchwork-bot+netdevbpf@kernel.org Sept. 28, 2022, 8:40 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (master)
by David S. Miller <davem@davemloft.net>:

On Sun, 25 Sep 2022 20:46:30 +0200 you wrote:
> 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
> 
> [...]

Here is the summary with links:
  - [net-next,1/3] net: lan966x: Add offload support for tbf
    https://git.kernel.org/netdev/net-next/c/94644b6d72b4
  - [net-next,2/3] net: lan966x: Add offload support for cbs
    https://git.kernel.org/netdev/net-next/c/21ce14a8e71c
  - [net-next,3/3] net: lan966x: Add offload support for ets
    https://git.kernel.org/netdev/net-next/c/29aaf3d40e01

You are awesome, thank you!