Merge branch 'octeontx2-pf-round-robin-sched'
authorDavid S. Miller <davem@davemloft.net>
Fri, 21 Jul 2023 08:55:54 +0000 (09:55 +0100)
committerDavid S. Miller <davem@davemloft.net>
Fri, 21 Jul 2023 08:55:54 +0000 (09:55 +0100)
commit2da6a8041699691df4269e756253fa04a1d6a5fd
tree8a8db25157e8e64de5987f26f4aa9fcf3e6eb6b6
parentc6514f3627a0e52b665606eecb8205d22dddde5b
parent6f71051ffbdb914fc3688ba9b13baba4142630a5
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 <davem@davemloft.net>