Re: [PATCH] sched_ext: Specialize the DSQ hashtable compare
From: Usama Arif
Date: Mon Sep 21 2026 - 13:50:53 EST
On 21/09/2026 18:40, Tejun Heo wrote:
> Applied to sched_ext/for-7.4 with the dsq_cmpfn() signature joined onto one
> line.
>
> scx_tid_hash and scx_sched_hash have the same u64 key and also fall back to
> rhashtable_compare(). scx_bpf_tid_to_task() sits on hot paths too. Do you
> want to do the same for them as a follow-up?
Yes, let me send those as follow-ups! Thanks!
>
> Thanks.
>
> --
> tejun