From: David S. Miller Date: Fri, 21 Jul 2023 08:55:54 +0000 (+0100) Subject: Merge branch 'octeontx2-pf-round-robin-sched' X-Git-Tag: v6.6.7~2079^2~354 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2da6a8041699691df4269e756253fa04a1d6a5fd;p=platform%2Fkernel%2Flinux-starfive.git Merge branch 'octeontx2-pf-round-robin-sched' Hariprasad Kelam says: ==================== octeontx2-pf: support Round Robin scheduling 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. Patch1: implement transmit schedular allocation algorithm as preparation for support round robin scheduling. Patch2: Allow quantum parameter in HTB offload mode. Patch3: extends octeontx2 htb offload support for Round Robin scheduling Patch4: extend QOS documentation for Round Robin scheduling Hariprasad Kelam (1): docs: octeontx2: extend documentation for Round Robin scheduling Naveen Mamindlapalli (3): octeontx2-pf: implement transmit schedular allocation algorithm sch_htb: Allow HTB quantum parameter in offload mode octeontx2-pf: htb offload support for Round Robin scheduling --- v4 * update classid values in documentation. v3 * 1. update QOS documentation for round robin scheduling 2. added out of bound checks for quantum parameter v2 * change data type of otx2_index_used to reduce size of structure otx2_qos_cfg ==================== Signed-off-by: David S. Miller --- 2da6a8041699691df4269e756253fa04a1d6a5fd