[PATCH v2 0/4] sched: HQoS Library cleanup

Megha Ajmera megha.ajmera at intel.com
Fri Feb 18 10:36:46 CET 2022


v2:
* Rebased with latest main branch code resolved conflicts.

v1:
This patchset involves the cleanup of HQoS Library:

* Removed unused HQoS #defines from rte_config.
  RTE_SCHED_CMAN, RTE_SCHED_COLLECT_STATS, RTE_SCHED_SUBPORT_TC_OV, RTE_SCHED_VECTOR

* RTE_SCHED_COLLECT_STATS flag is removed from the code.
  Stats collection is now always enabled.

* RTE_SCHED_SUBPORT_TC_OV flag is removed.
  TC subscription for best effort queues is always enabled in HQoS library.

* RTE_SCHED_VECTOR flag is removed from HQoS library as the code under this
  flag is no longer useful.


Megha Ajmera (4):
  sched: Cleanup qos scheduler defines from rte_config
  sched: Always enable stats in HQoS library.
  sched: Always enable best effort TC oversubscription in HQoS library.
  sched: Removed code defined under VECTOR Defines.

 config/rte_config.h                        |   8 +-
 doc/guides/sample_app_ug/qos_scheduler.rst |   3 +-
 lib/sched/rte_sched.c                      | 156 +--------------------
 3 files changed, 5 insertions(+), 162 deletions(-)

-- 
2.25.1



More information about the dev mailing list