Message ID | 20220920101432.139323-1-daniel.machon@microchip.com (mailing list archive) |
---|---|
Headers | show |
Series | Add QoS offload support for sparx5 | expand |
Hello: This series was applied to netdev/net-next.git (master) by David S. Miller <davem@davemloft.net>: On Tue, 20 Sep 2022 12:14:27 +0200 you wrote: > This patch series adds support for offloading QoS features with the tc > command suite, to the sparx5 switch. The new offloadable QoS features > introduced in this patch series are: > > - tc-mqprio for mapping traffic class to hardware queue. Queues are by > default mapped 1:1 in hardware, as such the mqprio qdisc is used as > an attachment point for qdiscs tbf and ets. > > [...] Here is the summary with links: - [net-next,v2,1/5] net: microchip: sparx5: add tc setup hook https://git.kernel.org/netdev/net-next/c/65ec1bbe0297 - [net-next,v2,2/5] net: microchip: sparx5: add support for offloading mqprio qdisc https://git.kernel.org/netdev/net-next/c/ab0e493e75bd - [net-next,v2,3/5] net: microchip: sparx5: add support for offloading tbf qdisc https://git.kernel.org/netdev/net-next/c/e02a5ac6bf77 - [net-next,v2,4/5] net: microchip: sparx5: add support for offloading ets qdisc https://git.kernel.org/netdev/net-next/c/211225428d65 - [net-next,v2,5/5] maintainers: update MAINTAINERS file. https://git.kernel.org/netdev/net-next/c/d91a6d049010 You are awesome, thank you!