]> Git Repo - J-linux.git/commitdiff
sched_ext: Documentation: Update instructions for running example schedulers
authorDevaansh-Kumar <[email protected]>
Tue, 8 Oct 2024 14:26:20 +0000 (19:56 +0530)
committerTejun Heo <[email protected]>
Tue, 8 Oct 2024 18:49:18 +0000 (08:49 -1000)
Since the artifact paths for tools changed, we need to update the documentation to reflect that path.

Signed-off-by: Devaansh-Kumar <[email protected]>
Signed-off-by: Tejun Heo <[email protected]>
Documentation/scheduler/sched-ext.rst

index 6c0d70e2e27df5af29dd82ff8d382ac6d0926246..7b59bbd2e56428322aec34192d7ca3ed824bb2c6 100644 (file)
@@ -66,7 +66,7 @@ BPF scheduler and reverts all tasks back to CFS.
 .. code-block:: none
 
     # make -j16 -C tools/sched_ext
-    # tools/sched_ext/scx_simple
+    # tools/sched_ext/build/bin/scx_simple
     local=0 global=3
     local=5 global=24
     local=9 global=44
This page took 0.050502 seconds and 4 git commands to generate.