Message ID | 20230513085143.3289-1-hkelam@marvell.com (mailing list archive) |
---|---|
Headers | show |
Series | octeontx2-pf: HTB offload support | expand |
Hello: This series was applied to netdev/net-next.git (main) by David S. Miller <davem@davemloft.net>: On Sat, 13 May 2023 14:21:35 +0530 you wrote: > octeontx2 silicon and CN10K transmit interface consists of five > transmit levels starting from MDQ, TL4 to TL1. Once packets are > submitted to MDQ, hardware picks all active MDQs using strict > priority, and MDQs having the same priority level are chosen using > round robin. Each packet will traverse MDQ, TL4 to TL1 levels. > Each level contains an array of queues to support scheduling and > shaping. > > [...] Here is the summary with links: - [net-next,v10,1/8] sch_htb: Allow HTB priority parameter in offload mode https://git.kernel.org/netdev/net-next/c/12e7789ad5b4 - [net-next,v10,2/8] octeontx2-pf: Rename tot_tx_queues to non_qos_queues https://git.kernel.org/netdev/net-next/c/508c58f76ca5 - [net-next,v10,3/8] octeontx2-pf: qos send queues management https://git.kernel.org/netdev/net-next/c/ab6dddd2a669 - [net-next,v10,4/8] octeontx2-pf: Refactor schedular queue alloc/free calls https://git.kernel.org/netdev/net-next/c/6b4b2ded9c42 - [net-next,v10,5/8] octeontx2-pf: Prepare for QOS offload https://git.kernel.org/netdev/net-next/c/cb748a7ebad7 - [net-next,v10,6/8] octeontx2-pf: Add support for HTB offload https://git.kernel.org/netdev/net-next/c/5e6808b4c68d - [net-next,v10,7/8] octeontx2-pf: ethtool expose qos stats https://git.kernel.org/netdev/net-next/c/6cebb6a4b114 - [net-next,v10,8/8] docs: octeontx2: Add Documentation for QOS https://git.kernel.org/netdev/net-next/c/efe103065ccb You are awesome, thank you!