lkml.org 
[lkml]   [2012]   [Mar]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH 07/32] cpuset: Set up interface for nohz flag
From
Date
On Wed, 2012-03-21 at 09:50 -0500, Christoph Lameter wrote: 
> On Wed, 21 Mar 2012, Frederic Weisbecker wrote:
>
> > Prepare the interface to implement the nohz cpuset flag.
> > This flag, once set, will tell the system to try to
> > shutdown the periodic timer tick when possible.
> >
> > We use here a per cpu refcounter. As long as a CPU
> > is contained into at least one cpuset that has the
> > nohz flag set, it is part of the set of CPUs that
> > run into adaptive nohz mode.
>
> What are the drawbacks for nohz?

For nohz in general, latency. To make it at all usable for rt loads, I
had to make isolated cores immune from playing load balancer. Even so,
to achieve target latency, I had to hack up cpusets to let the user
dynamically switch nohz off for specified sets (and the tick has to be
skewed in both cases or you can just forget it). With nohz, I can't
quite achieve 30us jitter target, turn it off, I get single digit. Out
of the current box, triple digit for simple synchronized frame timers +
compute worker-bees load on 64 cores. Patch 4 probably helps that, but
don't _think_ it'll fix it. If you (currently) ever become balancer,
you're latency target is smoking wreckage.

-Mike



\
 
 \ /
  Last update: 2012-03-22 05:07    [W:6.269 / U:0.172 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site