]> www.infradead.org Git - users/jedix/linux-maple.git/commit
sched_ext: update scx_bpf_dsq_insert() doc for SCX_DSQ_LOCAL_ON
authorAndrea Righi <arighi@nvidia.com>
Mon, 6 Jan 2025 17:03:09 +0000 (18:03 +0100)
committerTejun Heo <tj@kernel.org>
Mon, 6 Jan 2025 18:56:00 +0000 (08:56 -1000)
commite4975ac5353395978a7dc49a656adbe6ef9ad063
tree511e9aec7c65be78677cd3ac961a046abd8ebd5c
parentd9071ecb313940fe1d8827fef48bbf9fdaf28a4c
sched_ext: update scx_bpf_dsq_insert() doc for SCX_DSQ_LOCAL_ON

With commit 5b26f7b920f7 ("sched_ext: Allow SCX_DSQ_LOCAL_ON for direct
dispatches"), scx_bpf_dsq_insert() can use SCX_DSQ_LOCAL_ON for direct
dispatch from ops.enqueue() to target the local DSQ of any CPU.

Update the documentation accordingly.

Fixes: 5b26f7b920f7 ("sched_ext: Allow SCX_DSQ_LOCAL_ON for direct dispatches")
Signed-off-by: Andrea Righi <arighi@nvidia.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Documentation/scheduler/sched-ext.rst
kernel/sched/ext.c