Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751645AbbKIVpT (ORCPT ); Mon, 9 Nov 2015 16:45:19 -0500 Received: from casper.infradead.org ([85.118.1.10]:58723 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751035AbbKIVpR (ORCPT ); Mon, 9 Nov 2015 16:45:17 -0500 Date: Mon, 9 Nov 2015 22:45:12 +0100 From: Peter Zijlstra To: Jacob Pan Cc: Dietmar Eggemann , Eduardo Valentin , Thomas Gleixner , LKML , Arjan van de Ven , Paul Turner , Len Brown , Srinivas Pandruvada , Tim Chen , Andi Kleen , Rafael Wysocki Subject: Re: [RFC PATCH 0/3] CFS idle injection Message-ID: <20151109214512.GN17308@twins.programming.kicks-ass.net> References: <1446509428-5616-1-git-send-email-jacob.jun.pan@linux.intel.com> <20151104060654.GC8850@localhost.localdomain> <20151104085830.010e69f8@yairi> <20151105101218.GB3604@twins.programming.kicks-ass.net> <563CF1A9.8030700@arm.com> <20151106111030.6cc5a032@icelake> <563D21E5.4050408@arm.com> <20151109132304.6a8113dd@icelake> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20151109132304.6a8113dd@icelake> User-Agent: Mutt/1.5.21 (2012-12-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 891 Lines: 20 On Mon, Nov 09, 2015 at 01:23:04PM -0800, Jacob Pan wrote: > what is WFI? Wait For Interrupt; very like the x86 HLT thing. > For Intel, idle states are hints to the HW. The FW decides how far the > idle can go based on many factors, device states included, some are > visible to the OS some are not. We just to help mature such deep idle > conditions. On some ARM you have to manually orchestrate cluster idle, which is clustered idle states in cpuidle. The up-side is that you explicitly know about them, the down side is that its cross CPU bits and a freak show (think doing cross CPU atomics while a CPU isn't in the coherency domain yet). -- 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/