]> git.ipfire.org Git - thirdparty/linux.git/commit
sched_ext: Documentation: add note about multiple ops.enqueue() calls in a row
authorKuba Piecuch <jpiecuch@google.com>
Mon, 20 Apr 2026 15:28:47 +0000 (15:28 +0000)
committerTejun Heo <tj@kernel.org>
Mon, 20 Apr 2026 17:56:50 +0000 (07:56 -1000)
commitd722d70a8be441df1c3e3e9be454d99f527f93d5
tree236fb3bdd48079a16ed7b1262e0a92e47a4d71af
parent41e3312861eafba171d9620150aaf2e99165d044
sched_ext: Documentation: add note about multiple ops.enqueue() calls in a row

Commit 84b1a0ea0b7c
("sched_ext: Implement scx_bpf_dsq_reenq() for user DSQs")
introduced the possibility of ops.enqueue() being called multiple times
in a row for the same task without intervening calls to ops.dequeue().
Document this behavior as it may be surprising to some.

Acked-by: Andrea Righi <arighi@nvidia.com>
Acked-by: Cheng-Yang Chou <yphbchou0911@gmail.com>
Signed-off-by: Kuba Piecuch <jpiecuch@google.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Documentation/scheduler/sched-ext.rst