All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] sched_deadline: HRTICK for newer kernels
@ 2021-07-23 19:16 John Kacur
  2021-07-23 19:16 ` [PATCH 1/2] sched_deadline: Accommodate new location of HRTICK file in kernel John Kacur
  2021-07-23 19:16 ` [PATCH 2/2] sched_deadline: Use HRTICK_DL for sched_deadline tests John Kacur
  0 siblings, 2 replies; 3+ messages in thread
From: John Kacur @ 2021-07-23 19:16 UTC (permalink / raw)
  To: RT
  Cc: Clark Williams, Daniel Wagner, Daniel Bristot de Oliveria,
	Juri Lelli, Steven Rostedt, John Kacur

Newer kernels have HRTICK_DL which is a HRTICK for the deadline
scheduler only.

In addion newer kernels rename
/sys/kernel/debug/sched_features
to
/sys/kernel/debug/sched/features

These changes use HRTICK_DL if available and make use of the
new file name in a backwards compatible manner.

These changes are based on changes in util.c in the stalld program.
The stalld program itself was based on code in the sched_deadline
programs in this suite.

John Kacur (2):
  sched_deadline: Accommodate new location of HRTICK file in kernel
  sched_deadline: Use HRTICK_DL for sched_deadline tests

 src/sched_deadline/cyclicdeadline.c | 92 +++++++++++++++++++++++------
 src/sched_deadline/deadline_test.c  | 89 ++++++++++++++++++++++------
 2 files changed, 145 insertions(+), 36 deletions(-)

-- 
2.31.1


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

end of thread, other threads:[~2021-07-23 19:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-23 19:16 [PATCH 0/2] sched_deadline: HRTICK for newer kernels John Kacur
2021-07-23 19:16 ` [PATCH 1/2] sched_deadline: Accommodate new location of HRTICK file in kernel John Kacur
2021-07-23 19:16 ` [PATCH 2/2] sched_deadline: Use HRTICK_DL for sched_deadline tests John Kacur

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.