This patchset contains a set of fixes and improvements for the qos_sched application. After this patchset the code is shorter, and also seems a little faster in my performance tests.
Bruce Richardson (4): examples/qos_sched: fix errors when TX port not up examples/qos_sched: remove TX buffering examples/qos_sched: use bigger bursts on dequeue examples/qos_sched: remove limit on core ids doc/guides/sample_app_ug/qos_scheduler.rst | 2 +- examples/qos_sched/app_thread.c | 94 +++------------------- examples/qos_sched/args.c | 72 +---------------- examples/qos_sched/init.c | 10 +++ examples/qos_sched/main.c | 12 --- examples/qos_sched/main.h | 18 +---- 6 files changed, 25 insertions(+), 183 deletions(-) -- 2.37.2