2011-03-02 17:55:42

by Peter Zijlstra

[permalink] [raw]
Subject: [PATCH 00/22] sched: Reduce runqueue lock contention -v5

This patch series aims to optimize remote wakeups by moving most of the
work of the wakeup to the remote cpu and avoid bouncing runqueue data
structures where possible.

If there are no more 'fun' bits left I'll queue this work for .40.


2011-03-11 01:52:09

by Frank Rowand

[permalink] [raw]
Subject: Re: [PATCH 00/22] sched: Reduce runqueue lock contention -v5

On 03/02/11 09:38, Peter Zijlstra wrote:
> This patch series aims to optimize remote wakeups by moving most of the
> work of the wakeup to the remote cpu and avoid bouncing runqueue data
> structures where possible.
>
> If there are no more 'fun' bits left I'll queue this work for .40.

For patches 01 through 22:

Reviewed-by: Frank Rowand <[email protected]>

(Comments in separate replies to patches 01, 20, 22.)

The patches just keep getting better...

-Frank