Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758103AbbBFPAh (ORCPT ); Fri, 6 Feb 2015 10:00:37 -0500 Received: from e06smtp14.uk.ibm.com ([195.75.94.110]:57498 "EHLO e06smtp14.uk.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755369AbbBFPAe (ORCPT ); Fri, 6 Feb 2015 10:00:34 -0500 Message-ID: <54D4D70B.2040300@de.ibm.com> Date: Fri, 06 Feb 2015 16:00:27 +0100 From: Christian Borntraeger User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: riel@redhat.com, kvm@vger.kernel.org CC: linux-kernel@vger.kernel.org, mtosatti@redhat.com, mingo@kernel.orgm, ak@linux.intel.com, oleg@redhat.com, masami.hiramatsu.pt@hitachi.com, fweisbec@gmail.com, paulmck@linux.vnet.ibm.com, lcapitulino@redhat.com, pbonzini@redhat.com, linux-s390 Subject: Re: [PATCH v2 0/5] rcu,nohz,kvm: use RCU extended quiescent state when running KVM guest References: <1423167832-17609-1-git-send-email-riel@redhat.com> In-Reply-To: <1423167832-17609-1-git-send-email-riel@redhat.com> Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 7bit X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 15020615-0017-0000-0000-000002F51911 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2001 Lines: 44 Am 05.02.2015 um 21:23 schrieb riel@redhat.com: > 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 and Paul McKenney for reviewing the > first version of this patch series, and helping optimize patch 4/5. I gave it a quick run on s390/kvm and everything still seem to be running fine. A also I like the idea of this patch set. We have seen several cases were the fact that we are in guest context a full tick for cpu bound guests (10ms on s390) caused significant latencies for host synchronize-rcu heavy workload - e.g. getting rid of macvtap devices on guest shutdown, adding hundreds of irq routes for many guest devices.... s390 has no context tracking infrastructure yet (no nohz_full), but this series looks like that the current case (nohz_idle) still works. With this in place, having hohz==full on s390 now even makes more sense, as KVM hosts with cpu bound guests should have get much quicker rcu response times when most host CPUs are in an extended quiescant state. Christian -- 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/