[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20241008142622.3601647-1-devaanshk840@gmail.com>
Date: Tue, 8 Oct 2024 19:56:20 +0530
From: Devaansh-Kumar <devaanshk840@...il.com>
To: tj@...nel.org,
void@...ifault.com
Cc: Devaansh-Kumar <devaanshk840@...il.com>,
linux-kernel@...r.kernel.org
Subject: [PATCH] sched_ext: Documentation: Update instructions for running example schedulers
Since the artifact paths for tools changed, we need to update the documentation to reflect that path.
Signed-off-by: Devaansh-Kumar <devaanshk840@...il.com>
---
Documentation/scheduler/sched-ext.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/scheduler/sched-ext.rst b/Documentation/scheduler/sched-ext.rst
index 6c0d70e2e27d..7b59bbd2e564 100644
--- a/Documentation/scheduler/sched-ext.rst
+++ b/Documentation/scheduler/sched-ext.rst
@@ -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
--
2.46.2
Powered by blists - more mailing lists