Re: [PATCH v4 6/6] sched: consider runnable load average in effective_load

From: Alex Shi
Date: Fri May 03 2013 - 03:40:34 EST


On 05/02/2013 09:19 PM, Peter Zijlstra wrote:
>
> I'm fairly sure this is wrong; but I haven't bothered to take pencil to paper.
>
> I think you'll need to insert the runnable avg load and make sure
> effective_load() uses the right sums itself.

Thanks for comment!
I changed it to the following patch for further review.
a quick testing show hackbench still keep the improvement.

Will resent a new version to include all changes. :)

---