mbox series

[0/4] small fixes and improvements for qos_sched example

Message ID 20230203100533.10377-1-bruce.richardson@intel.com (mailing list archive)
Headers
Series small fixes and improvements for qos_sched example |

Message

Bruce Richardson Feb. 3, 2023, 10:05 a.m. UTC
  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
  

Comments

Thomas Monjalon Feb. 20, 2023, 3:41 p.m. UTC | #1
03/02/2023 11:05, Bruce Richardson:
> 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

Applied, thanks.