Re: [PATCH 0/8] correct load_balance()

2013-03-18 Thread Joonsoo Kim
On Mon, Feb 25, 2013 at 01:56:59PM +0900, Joonsoo Kim wrote: > On Thu, Feb 14, 2013 at 02:48:33PM +0900, Joonsoo Kim wrote: > > Commit 88b8dac0 makes load_balance() consider other cpus in its group. > > But, there are some missing parts for this feature to work properly. > > This patchset correct t

Re: [PATCH 0/8] correct load_balance()

2013-02-24 Thread Joonsoo Kim
On Thu, Feb 14, 2013 at 02:48:33PM +0900, Joonsoo Kim wrote: > Commit 88b8dac0 makes load_balance() consider other cpus in its group. > But, there are some missing parts for this feature to work properly. > This patchset correct these things and make load_balance() robust. > > Others are related t

[PATCH 0/8] correct load_balance()

2013-02-13 Thread Joonsoo Kim
Commit 88b8dac0 makes load_balance() consider other cpus in its group. But, there are some missing parts for this feature to work properly. This patchset correct these things and make load_balance() robust. Others are related to LBF_ALL_PINNED. This is fallback functionality when all tasks can't b