Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752809AbbGENLa (ORCPT ); Sun, 5 Jul 2015 09:11:30 -0400 Received: from pandora.arm.linux.org.uk ([78.32.30.218]:49331 "EHLO pandora.arm.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751409AbbGENLE (ORCPT ); Sun, 5 Jul 2015 09:11:04 -0400 Date: Sat, 4 Jul 2015 10:25:46 +0100 From: Russell King - ARM Linux To: Jisheng Zhang Cc: tglx@linutronix.de, jason@lakedaemon.net, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v2 2/2] irqchip: dw-apb-ictl: add irq_set_affinity support Message-ID: <20150704092546.GB7557@n2100.arm.linux.org.uk> References: <1435987170-3962-1-git-send-email-jszhang@marvell.com> <1435987170-3962-3-git-send-email-jszhang@marvell.com> <20150704082623.GA7557@n2100.arm.linux.org.uk> <20150704165007.45aa9f45@xhacker> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150704165007.45aa9f45@xhacker> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1841 Lines: 41 On Sat, Jul 04, 2015 at 04:50:07PM +0800, Jisheng Zhang wrote: > Dear Russell, > > On Sat, 4 Jul 2015 09:26:23 +0100 > Russell King - ARM Linux wrote: > > > On Sat, Jul 04, 2015 at 01:19:30PM +0800, Jisheng Zhang wrote: > > > On Marvell Berlin SoCs, the cpu's local timer is shutdown when the cpu > > > goes to a deep idle state, then the timer framework will be notified to > > > use a broadcast timer instead. The broadcast timer uses dw-apb-ictl as > > > interrupt chip, this patch adds irq_set_affinity support so that the > > > going to deep idle state cpu can set the interrupt affinity of the > > > broadcast interrupt to avoid unnecessary wakeups and IPIs. > > > > NAK to this patch. > > > > The real question is - if CPU0 is the CPU going offline, why is it > > still receiving _any_ interrupts - all interrupts should be migrated > > off it, including the chained interrupts. > > I think it's due to broadcast timer interrupt. Let me describe the situation: > > 1. cpu1 is going offline > 2. cpuidle notify timer framework to use a broadcast timer instead due to localtimer > is CLOCK_EVT_FEAT_C3STOP > 3. when timer is expired, CPU0 will be waken up by the timer interrupt if it has > gone offline > 4. CPU0 sends broadcast timer IPI to CPU1 If CPU1 is going offline, then CPU1 should have no interrupts delivered to it. However, this is not the situation you're testing - in your results below, and your "simple test" you never take CPU1 offline. -- FTTC broadband for 0.8mile line: currently at 10.5Mbps down 400kbps up according to speedtest.net. -- 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/