Re: [PATCH 3/3] sched_ext: Rename scx_bpf_dispatch[_vtime]_from_dsq*() -> scx_bpf_dsq_move[_vtime]*()

From: Giovanni Gherdovich
Date: Mon Nov 11 2024 - 11:02:24 EST


Hello,

On Sun Nov 10, 2024 21:02, Tejun Heo wrote:
In sched_ext API, a repeatedly reported pain point is the overuse of the
verb "dispatch" and confusion around "consume": [...]

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 patch performs the third set of renames. Compatibility is maintained
by: [...]

Thanks Tejun.

For the whole series,

Acked-by: Giovanni Gherdovich <ggherdovich@xxxxxxxx>


Giovanni