From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andi Kleen Subject: Re: [RFC PATCH 00/17] virtual-bus Date: Fri, 3 Apr 2009 13:18:54 +0200 Message-ID: <20090403111854.GA11935@one.firstfloor.org> References: <20090402085253.GA29932@gondor.apana.org.au> <49D47F11.6070400@redhat.com> <49D5EBE1.8030200@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Avi Kivity , Herbert Xu , ghaskins@novell.com, anthony@codemonkey.ws, andi@firstfloor.org, linux-kernel@vger.kernel.org, agraf@suse.de, pmullaney@novell.com, pmorreale@novell.com, rusty@rustcorp.com.au, netdev@vger.kernel.org, kvm@vger.kernel.org To: Gerd Hoffmann Return-path: Received: from one.firstfloor.org ([213.235.205.2]:46343 "EHLO one.firstfloor.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1761725AbZDCLRI (ORCPT ); Fri, 3 Apr 2009 07:17:08 -0400 Content-Disposition: inline In-Reply-To: <49D5EBE1.8030200@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: > Check shared ring status when stuffing a request. If there are requests That means you're bouncing cache lines all the time. Probably not a big issue on single socket but could be on larger systems. -Andi