lkml.org 
[lkml]   [2011]   [Sep]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: CFS Bandwidth Control - Test results of cgroups tasks pinned vs unpinnede
* Peter Zijlstra <a.p.zijlstra@chello.nl> [2011-09-16 10:28:40]:

> > I think more compelling here is that it looks like nohz load-balance
> > needs more love.
>
> Quite probable,

Staring at nohz load-balancer for sometime, I see a potential issue:

'first_pick_cpu' and 'second_pick_cpu' can be idle without stopping
ticks for quite a while. When that happens, they stop bothering to
kick ilb cpu because of this snippet in nohz_kick_needed():

static inline int nohz_kick_needed(struct rq *rq, int cpu)
{

..

if (rq->idle_at_tick)
return 0;

..

}


?

- vatsa


\
 
 \ /
  Last update: 2011-09-19 18:37    [from the cache]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and my Meterkast|Read the blog