Skip to content

Commit

Permalink
Added reference to the official sched-ext wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
Shendisx committed Dec 12, 2024
1 parent 5e813fe commit 1c1ee64
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/content/docs/configuration/sched-ext.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: sched-ext Tutorial
description: Tutorial how to use LAVD, Rusty, Rustland and bpfland
description: Tutorial about how to use the framework and miscellaneous information
---

import { Steps } from '@astrojs/starlight/components';
Expand Down Expand Up @@ -365,6 +365,7 @@ auto_mode = ["--performance"]
If you want to learn more about the sched-ext framework. Take a look at the links below.

- [Sched-ext Schedulers Source Code](<https://github.com/sched-ext/scx/tree/main/scheds/rust>)
- [Sched-ext Official Wiki](<https://github.com/sched-ext/scx/wiki>)
- [Changwoo Min: Introduction to sched-ext & CPU Scheduling Part 1](<https://blogs.igalia.com/changwoo/sched-ext-a-bpf-extensible-scheduler-class-part-1/>)
- [Part 2](<https://blogs.igalia.com/changwoo/sched-ext-scheduler-architecture-and-interfaces-part-2/>)
- [Andrea Righi: Re-implementing my Linux Rust scheduler in eBPF](<https://arighi.blogspot.com/2024/08/re-implementing-my-linux-rust-scheduler.html>)
Expand Down

0 comments on commit 1c1ee64

Please sign in to comment.