Re: [PATCHSET sched_ext/for-6.13] sched_ext: Rename dispatch and consume kfuncs
From: Tejun Heo
Date: Mon Nov 11 2024 - 12:07:37 EST
On Sun, Nov 10, 2024 at 10:02:50AM -1000, Tejun Heo wrote:
...
> Clean up the API with the following renames:
>
> 1. scx_bpf_dispatch[_vtime]() -> scx_bpf_dsq_insert[_vtime]()
> 2. scx_bpf_consume() -> scx_bpf_dsq_move_to_local()
> 3. scx_bpf_dispatch[_vtime]_from_dsq*() -> scx_bpf_dsq_move[_vtime]*()
>
> This patchset is on top of sched_ext/for-6.13 72b85bf6a7f6 ("sched_ext:
> scx_bpf_dispatch_from_dsq_set_*() are allowed from unlocked context") and
> contains the following patches:
>
> 0001-sched_ext-Rename-scx_bpf_dispatch-_vtime-to-scx_bpf_.patch
> 0002-sched_ext-Rename-scx_bpf_consume-to-scx_bpf_dsq_move.patch
> 0003-sched_ext-Rename-scx_bpf_dispatch-_vtime-_from_dsq-s.patch
Applied to sched_ext/for-6.13.
Thanks.
--
tejun