From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luiz Capitulino Subject: Re: kernel-rt rcuc lock contention problem Date: Wed, 28 Jan 2015 14:06:14 -0500 Message-ID: <20150128140614.6d1f2cce@redhat.com> References: <20150126141403.469dc92f@redhat.com> <20150127203752.GD19109@linux.vnet.ibm.com> <20150128015508.GA12233@amt.cnet> <20150128091836.647d0eee@redhat.com> <20150128180950.GS19109@linux.vnet.ibm.com> <20150128133916.6ea982ff@redhat.com> <20150128190047.GU19109@linux.vnet.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Marcelo Tosatti , linux-rt-users@vger.kernel.org To: "Paul E. McKenney" Return-path: Received: from mx1.redhat.com ([209.132.183.28]:45333 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759483AbbA1UkY (ORCPT ); Wed, 28 Jan 2015 15:40:24 -0500 In-Reply-To: <20150128190047.GU19109@linux.vnet.ibm.com> Sender: linux-rt-users-owner@vger.kernel.org List-ID: On Wed, 28 Jan 2015 11:00:47 -0800 "Paul E. McKenney" wrote: > > > 2. You are letting the rcuc kthreads contend for the worker CPUs. > > > Pin them to housekeeping CPUs. This applies to both the > > > host and the guest rcuc kthreads, but especially to the > > > host rcuc kthreads. > > > > I'd love to be able to do this, but the rcuc threads are CPU-bound > > threads. There's one per CPU and the kernel doesn't allow me to move > > them around. > > Can you build with CONFIG_RCU_BOOST=n? Then you won't have any rcuc > kthreads. Oh, really? I will try this right away! Thanks for your help!