Re: [PATCH v2] sched/fair: Remove cfs_rq::nr_spread_over and cfs_rq::exec_clock

From: Chuyi Zhou
Date: Thu Jul 18 2024 - 04:20:32 EST


Hello,

在 2024/7/18 11:28, K Prateek Nayak 写道:
Hello Chuyi,

On 7/17/2024 8:03 PM, Chuyi Zhou wrote:
nr_spread_over tracks the number of instances where the difference
between a scheduling entity's virtual runtime and the minimum virtual
runtime in the runqueue exceeds three times the scheduler latency,
indicating significant disparity in task scheduling.
Commit that removed its usage: 5e963f2bd: sched/fair: Commit to EEVDF

scripts/checkpatch.pl complains about the commit description style here.
The above can be reworded as:


I will send v3 later.

Thanks for the review!