Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751471AbbBLRJS (ORCPT ); Thu, 12 Feb 2015 12:09:18 -0500 Received: from mail-we0-f174.google.com ([74.125.82.174]:49933 "EHLO mail-we0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750878AbbBLRJQ (ORCPT ); Thu, 12 Feb 2015 12:09:16 -0500 Date: Thu, 12 Feb 2015 18:09:12 +0100 From: Frederic Weisbecker To: riel@redhat.com Cc: paulmck@linux.vnet.ibm.com, luto@amacapital.net, will.deacon@arm.com, linux-kernel@vger.kernel.org, kvm@vger.kernel.org, mtosatti@redhat.com, borntraeger@de.ibm.com, lcapitulino@redhat.com, pbonzini@redhat.com Subject: Re: [PATCH -v5 0/5] rcu,nohz,kvm: use RCU extended quiescent state when running KVM guest Message-ID: <20150212170909.GI18363@lerouge> References: <1423600074-2907-1-git-send-email-riel@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1423600074-2907-1-git-send-email-riel@redhat.com> 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: 1439 Lines: 34 On Tue, Feb 10, 2015 at 03:27:49PM -0500, riel@redhat.com wrote: > When running a KVM guest on a system with NOHZ_FULL enabled, and the > KVM guest running with idle=poll mode, we still get wakeups of the > rcuos/N threads. > > This problem has already been solved for user space by telling the > RCU subsystem that the CPU is in an extended quiescent state while > running user space code. > > This patch series extends that code a little bit to make it usable > to track KVM guest space, too. > > I tested the code by booting a KVM guest with idle=poll, on a system > with NOHZ_FULL enabled on most CPUs, and a VCPU thread bound to a > CPU. In a 10 second interval, rcuos/N threads on other CPUs got woken > up several times, while the rcuos thread on the CPU running the bound > and alwasy running VCPU thread never got woken up once. > > Thanks to Christian Borntraeger, Paul McKenney, Paulo Bonzini, > Frederic Weisbecker, and Will Deacon for reviewing and improving > earlier versions of this patch series. > So the patchset look good, thanks everyone. I'm applying the series and will see anything explode. I'll wait until the end of the merge window to push it to Ingo. Thanks. -- 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/