mbox series

[0/2] small fixes for QoS profile handling

Message ID 20230321131350.122290-1-bruce.richardson@intel.com (mailing list archive)
Headers
Series small fixes for QoS profile handling |

Message

Bruce Richardson March 21, 2023, 1:13 p.m. UTC
  Fix issues with the QoS block not having explicitly configured pipes -
instead they started zeroed, which worked fine. Also add into the
example app a check to flag a warning on any future misconfiguration.

Bruce Richardson (2):
  examples/qos_sched: fix config entries in wrong sections
  examples/qos_sched: report error if no pipes configured

 examples/qos_sched/init.c          | 7 +++++++
 examples/qos_sched/profile.cfg     | 6 +++---
 examples/qos_sched/profile_ov.cfg  | 6 +++---
 examples/qos_sched/profile_pie.cfg | 6 +++---
 examples/qos_sched/profile_red.cfg | 6 +++---
 5 files changed, 19 insertions(+), 12 deletions(-)

--
2.37.2
  

Comments

Thomas Monjalon March 23, 2023, 9:11 a.m. UTC | #1
21/03/2023 14:13, Bruce Richardson:
> Fix issues with the QoS block not having explicitly configured pipes -
> instead they started zeroed, which worked fine. Also add into the
> example app a check to flag a warning on any future misconfiguration.
> 
> Bruce Richardson (2):
>   examples/qos_sched: fix config entries in wrong sections
>   examples/qos_sched: report error if no pipes configured

Applied, thanks.