DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH 0/4] small fixes and improvements for qos_sched example
@ 2023-02-03 10:05 Bruce Richardson
  2023-02-03 10:05 ` [PATCH 1/4] examples/qos_sched: fix errors when TX port not up Bruce Richardson
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Bruce Richardson @ 2023-02-03 10:05 UTC (permalink / raw)
  To: dev; +Cc: jasvinder.singh, 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

 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


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2023-02-20 15:42 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-03 10:05 [PATCH 0/4] small fixes and improvements for qos_sched example Bruce Richardson
2023-02-03 10:05 ` [PATCH 1/4] examples/qos_sched: fix errors when TX port not up Bruce Richardson
2023-02-17 16:19   ` Dumitrescu, Cristian
2023-02-03 10:05 ` [PATCH 2/4] examples/qos_sched: remove TX buffering Bruce Richardson
2023-02-17 16:19   ` Dumitrescu, Cristian
2023-02-03 10:05 ` [PATCH 3/4] examples/qos_sched: use bigger bursts on dequeue Bruce Richardson
2023-02-17 16:20   ` Dumitrescu, Cristian
2023-02-03 10:05 ` [PATCH 4/4] examples/qos_sched: remove limit on core ids Bruce Richardson
2023-02-17 16:20   ` Dumitrescu, Cristian
2023-02-20 15:41 ` [PATCH 0/4] small fixes and improvements for qos_sched example Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).