From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753266Ab2BEMRV (ORCPT ); Sun, 5 Feb 2012 07:17:21 -0500 Received: from mx1.redhat.com ([209.132.183.28]:58059 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750840Ab2BEMRU (ORCPT ); Sun, 5 Feb 2012 07:17:20 -0500 Message-ID: <4F2E7311.8060808@redhat.com> Date: Sun, 05 Feb 2012 14:16:17 +0200 From: Avi Kivity User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:9.0) Gecko/20111222 Thunderbird/9.0 MIME-Version: 1.0 To: paulmck@linux.vnet.ibm.com CC: Christoph Lameter , Peter Zijlstra , Gilad Ben-Yossef , linux-kernel@vger.kernel.org, Chris Metcalf , Frederic Weisbecker , linux-mm@kvack.org, Pekka Enberg , Matt Mackall , Sasha Levin , Rik van Riel , Andi Kleen , Mel Gorman , Andrew Morton , Alexander Viro , Michal Nazarewicz , Kosaki Motohiro , Milton Miller Subject: Re: [v7 0/8] Reduce cross CPU IPI interference References: <1328117722.2446.262.camel@twins> <20120201184045.GG2382@linux.vnet.ibm.com> <20120201201336.GI2382@linux.vnet.ibm.com> <4F2A58A1.90800@redhat.com> <20120202153437.GD2518@linux.vnet.ibm.com> <4F2AB66C.2030309@redhat.com> <20120202170134.GM2518@linux.vnet.ibm.com> <4F2AC69B.7000704@redhat.com> <20120202175155.GV2518@linux.vnet.ibm.com> In-Reply-To: <20120202175155.GV2518@linux.vnet.ibm.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 02/02/2012 07:51 PM, Paul E. McKenney wrote: > On Thu, Feb 02, 2012 at 07:23:39PM +0200, Avi Kivity wrote: > > On 02/02/2012 07:01 PM, Paul E. McKenney wrote: > > > > > > > > It's not called (since the cpu is not idle). Instead we call > > > > rcu_virt_note_context_switch(). > > > > > > Frederic's work checks to see if there is only one runnable user task > > > on a given CPU. If there is only one, then the scheduling-clock interrupt > > > is turned off for that CPU, and RCU is told to ignore it while it is > > > executing in user space. Not sure whether this covers KVM guests. > > > > Conceptually it's the same. Maybe it needs adjustments, since kvm > > enters a guest in a different way than the kernel exits to userspace. > > > > > In any case, this is not yet in mainline. > > > > Let me know when it's in, and I'll have a look. > > Could you please touch base with Frederic Weisbecker to make sure that > what he is doing works for you? > Looks like there are new rcu_user_enter() and rcu_user_exit() APIs which we can use. Hopefully they subsume rcu_virt_note_context_switch() so we only need one set of APIs. -- error compiling committee.c: too many arguments to function