Message ID | 20230719110443.15310-1-hkelam@marvell.com (mailing list archive) |
---|---|
Headers | show |
Series | octeontx2-pf: support Round Robin scheduling | expand |
Hello: This series was applied to netdev/net-next.git (main) by David S. Miller <davem@davemloft.net>: On Wed, 19 Jul 2023 16:34:39 +0530 you wrote: > octeontx2 and CN10K silicons support Round Robin scheduling. When multiple > traffic flows reach transmit level with the same priority, with Round Robin > scheduling traffic flow with the highest quantum value is picked. With this > support, the user can add multiple classes with the same priority and > different quantum in htb offload. > > This series of patches adds support for the same. > > [...] Here is the summary with links: - [net-next,PatchV4,1/4] octeontx2-pf: implement transmit schedular allocation algorithm https://git.kernel.org/netdev/net-next/c/f78dca691287 - [net-next,PatchV4,2/4] sch_htb: Allow HTB quantum parameter in offload mode https://git.kernel.org/netdev/net-next/c/9fe63d5f1da9 - [net-next,PatchV4,3/4] octeontx2-pf: htb offload support for Round Robin scheduling https://git.kernel.org/netdev/net-next/c/47a9656f168a - [net-next,PatchV4,4/4] docs: octeontx2: extend documentation for Round Robin scheduling https://git.kernel.org/netdev/net-next/c/6f71051ffbdb You are awesome, thank you!