Re: [patch 08/15] sched: throttle cfs_rq entities which exceedtheir local runtime

From: Peter Zijlstra
Date: Mon May 16 2011 - 11:58:42 EST


On Tue, 2011-05-03 at 02:28 -0700, Paul Turner wrote:
> + /*
> + * it's possible active load balance has forced a throttled cfs_rq to
> + * run again, we don't want to re-throttled in this case.
> + */
> + if (cfs_rq_throttled(cfs_rq))
> + return;

expand a little on this, why would load-balancing interact with a
throttled group? load-balancing should fully ignore these things,
they're not runnable after all.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/