Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1208144 > unrolled thread
| Started by | Peter Zijlstra <peterz@infradead.org> |
|---|---|
| First post | 2015-08-15 22:00 +0200 |
| Last post | 2015-08-15 22:00 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [RFCv5 PATCH 35/46] sched: Disable energy-unfriendly nohz kicks Peter Zijlstra <peterz@infradead.org> - 2015-08-15 22:00 +0200
| From | Peter Zijlstra <peterz@infradead.org> |
|---|---|
| Date | 2015-08-15 22:00 +0200 |
| Subject | Re: [RFCv5 PATCH 35/46] sched: Disable energy-unfriendly nohz kicks |
| Message-ID | <pXPMv-2Vm-31@gated-at.bofh.it> |
On Tue, Jul 07, 2015 at 07:24:18PM +0100, Morten Rasmussen wrote: > With energy-aware scheduling enabled nohz_kick_needed() generates many > nohz idle-balance kicks which lead to nothing when multiple tasks get > packed on a single cpu to save energy. This causes unnecessary wake-ups > and hence wastes energy. Make these conditions depend on !energy_aware() > for now until the energy-aware nohz story gets sorted out. The patch does slightly more; it also allows the kick if over utilized. But disabling this will allow getting 'stuck' in certain over loaded situations because we're not kicking the balancer. I think you need more justification for doing this. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to top | Article view | linux.kernel
csiph-web