Sched_ext development
 help / color / mirror / Atom feed
* [PATCH v2 0/3] tools/sched_ext: Add example C schedulers
@ 2026-01-13 16:48 Emil Tsalapatis
  2026-01-13 16:48 ` [PATCH v2 1/3] tools/sched_ext: add scx_userland scheduler Emil Tsalapatis
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Emil Tsalapatis @ 2026-01-13 16:48 UTC (permalink / raw)
  To: sched-ext; +Cc: changwoo, arighi, tj, void, Emil Tsalapatis

Add to the tree several C sched-ext schedulers developed and maintained 
out-of-tree by the sched-ext project over the years. These schedulers 
demonstrate sched-ext's feature set and provide a starting point for 
scheduler development. Place the schedulers together with the existing 
examples in tools/sched_ext.

Signed-off-by: Emil Tsalapatis <emil@etsalapatis.com>

Emil Tsalapatis (3):
  tools/sched_ext: add scx_userland scheduler
  tools/sched_ext: add scx_pair scheduler
  tools/sched_ext: add arena based scheduler

 tools/sched_ext/Makefile           |   2 +-
 tools/sched_ext/scx_pair.bpf.c     | 610 +++++++++++++++++++++++++
 tools/sched_ext/scx_pair.c         | 180 ++++++++
 tools/sched_ext/scx_pair.h         |   9 +
 tools/sched_ext/scx_sdt.bpf.c      | 710 +++++++++++++++++++++++++++++
 tools/sched_ext/scx_sdt.c          | 101 ++++
 tools/sched_ext/scx_sdt.h          | 113 +++++
 tools/sched_ext/scx_userland.bpf.c | 344 ++++++++++++++
 tools/sched_ext/scx_userland.c     | 437 ++++++++++++++++++
 tools/sched_ext/scx_userland.h     |  17 +
 10 files changed, 2522 insertions(+), 1 deletion(-)
 create mode 100644 tools/sched_ext/scx_pair.bpf.c
 create mode 100644 tools/sched_ext/scx_pair.c
 create mode 100644 tools/sched_ext/scx_pair.h
 create mode 100644 tools/sched_ext/scx_sdt.bpf.c
 create mode 100644 tools/sched_ext/scx_sdt.c
 create mode 100644 tools/sched_ext/scx_sdt.h
 create mode 100644 tools/sched_ext/scx_userland.bpf.c
 create mode 100644 tools/sched_ext/scx_userland.c
 create mode 100644 tools/sched_ext/scx_userland.h

-- 
2.49.0


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

end of thread, other threads:[~2026-01-21 14:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-13 16:48 [PATCH v2 0/3] tools/sched_ext: Add example C schedulers Emil Tsalapatis
2026-01-13 16:48 ` [PATCH v2 1/3] tools/sched_ext: add scx_userland scheduler Emil Tsalapatis
2026-01-13 16:48 ` [PATCH v2 2/3] tools/sched_ext: add scx_pair scheduler Emil Tsalapatis
2026-01-13 16:48 ` [PATCH v2 3/3] tools/sched_ext: add arena based scheduler Emil Tsalapatis
2026-01-16  8:02   ` Tejun Heo
2026-01-21 14:50     ` Emil Tsalapatis

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