public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH-RT sched v3 0/2] Optimize the RT group scheduling
@ 2024-07-16  5:25 Xavier
  2024-07-16  5:25 ` [PATCH-RT sched v3 1/2] RT SCHED: Optimize the enqueue and dequeue operations for rt_se Xavier
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Xavier @ 2024-07-16  5:25 UTC (permalink / raw)
  To: mingo, peterz, juri.lelli, vincent.guittot
  Cc: dietmar.eggemann, rostedt, bsegall, mgorman, bristot, vschneid,
	linux-kernel, oliver.sang, Xavier

Hi all,

Patch 3 fixed the issue with handling tasks with prio set to 0 during
the execution of blktests.

Kindly review.

Best Regards,
Xavier

Xavier (2):
  RT SCHED: Optimize the enqueue and dequeue operations for rt_se
  RT test: Adding test cases for RT group scheduling

 MAINTAINERS                                   |   7 +
 kernel/sched/debug.c                          |  48 +++
 kernel/sched/rt.c                             | 287 +++++++++++++++---
 kernel/sched/sched.h                          |   1 +
 tools/testing/selftests/sched/Makefile        |   4 +-
 tools/testing/selftests/sched/deadloop.c      | 192 ++++++++++++
 .../selftests/sched/rt_group_sched_test.sh    | 119 ++++++++
 7 files changed, 618 insertions(+), 40 deletions(-)
 create mode 100644 tools/testing/selftests/sched/deadloop.c
 create mode 100755 tools/testing/selftests/sched/rt_group_sched_test.sh

-- 
2.45.2


^ permalink raw reply	[flat|nested] 7+ messages in thread
* [PATCH-RT sched v2 0/2] Optimize the RT group scheduling
@ 2024-06-29 11:28 Xavier
  2024-07-16  6:05 ` [PATCH-RT sched v3 " Xavier
  0 siblings, 1 reply; 7+ messages in thread
From: Xavier @ 2024-06-29 11:28 UTC (permalink / raw)
  To: mingo, peterz, juri.lelli, vincent.guittot
  Cc: dietmar.eggemann, rostedt, bsegall, mgorman, bristot, vschneid,
	linux-kernel, Xavier

Hi all,

Patch v2 fix the issues arising from disabling the CONFIG_RT_GROUP_SCHED
macro during compilation.

>The first patch optimizes the enqueue and dequeue of rt_se, the strategy
>employs a bottom-up removal approach.
>The second patch provides validation for the efficiency improvements made
>by patch 1. The test case count the number of infinite loop executions for
>all threads.
>
>		origion          optimized
>
>	   10242794134		10659512784
>	   13650210798		13555924695
>	   12953159254		13733609646
>	   11888973428		11742656925
>	   12791797633		13447598015
>	   11451270205		11704847480
>	   13335320346		13858155642
>	   10682907328		10513565749
>	   10173249704		10254224697
>	   8309259793		8893668653
>
>avg    11547894262      11836376429
>
>Run two QEMU emulators simultaneously, one running the original kernel and the
>other running the optimized kernel, and compare the average of the results over
>10 runs. After optimizing, the number of iterations in the infinite loop increased
>by approximately 2.5%.

Kindly review.

Xavier (2):
  RT SCHED: Optimize the enqueue and dequeue operations for rt_se
  RT test: Adding test cases for RT group scheduling

 MAINTAINERS                                   |   7 +
 kernel/sched/debug.c                          |  50 ++++
 kernel/sched/rt.c                             | 278 +++++++++++++++---
 kernel/sched/sched.h                          |   1 +
 tools/testing/selftests/sched/Makefile        |   4 +-
 tools/testing/selftests/sched/deadloop.c      | 192 ++++++++++++
 .../selftests/sched/rt_group_sched_test.sh    | 119 ++++++++
 7 files changed, 609 insertions(+), 42 deletions(-)
 create mode 100644 tools/testing/selftests/sched/deadloop.c
 create mode 100755 tools/testing/selftests/sched/rt_group_sched_test.sh

-- 
2.45.2


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

end of thread, other threads:[~2024-07-16 10:25 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-16  5:25 [PATCH-RT sched v3 0/2] Optimize the RT group scheduling Xavier
2024-07-16  5:25 ` [PATCH-RT sched v3 1/2] RT SCHED: Optimize the enqueue and dequeue operations for rt_se Xavier
2024-07-16  5:25 ` [PATCH-RT sched v3 2/2] RT test: Adding test cases for RT group scheduling Xavier
2024-07-16  8:59 ` [PATCH-RT sched v3 0/2] Optimize the " Peter Zijlstra
2024-07-16  9:17   ` Xavier
2024-07-16 10:25     ` Peter Zijlstra
  -- strict thread matches above, loose matches on Subject: below --
2024-06-29 11:28 [PATCH-RT sched v2 " Xavier
2024-07-16  6:05 ` [PATCH-RT sched v3 " Xavier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox