From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:51864) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TYJyB-0007Et-Sn for qemu-devel@nongnu.org; Tue, 13 Nov 2012 12:08:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TYJy8-00064i-R2 for qemu-devel@nongnu.org; Tue, 13 Nov 2012 12:08:15 -0500 Received: from mx1.redhat.com ([209.132.183.28]:33999) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TYJy8-00064W-JB for qemu-devel@nongnu.org; Tue, 13 Nov 2012 12:08:12 -0500 Date: Tue, 13 Nov 2012 19:07:25 +0200 From: "Michael S. Tsirkin" Message-ID: <20121113170725.GA1090@redhat.com> References: <24E144B8C0207547AD09C467A8259F75577EDCC2@lisa.maurer-it.com> <24E144B8C0207547AD09C467A8259F75577EE707@lisa.maurer-it.com> <6c17c45c1439f217b36df2c78f0a04e6.squirrel@ssl.dlhnet.de> <50A233AF.70107@dlhnet.de> <20121113162256.GA554@redhat.com> <20121113163331.GA645@redhat.com> <24E144B8C0207547AD09C467A8259F75578079F6@lisa.maurer-it.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <24E144B8C0207547AD09C467A8259F75578079F6@lisa.maurer-it.com> Subject: Re: [Qemu-devel] slow virtio network with vhost=on and multiple cores List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Dietmar Maurer Cc: Jan Kiszka , Peter Lieven , Peter Lieven , "qemu-devel@nongnu.org" , Stefan Hajnoczi On Tue, Nov 13, 2012 at 05:03:20PM +0000, Dietmar Maurer wrote: > > Tried with upstream qemu on rhel kernel and that's even a bit faster. > > So it's ubuntu kernel. vanilla 2.6.32 didn't have vhost at all so maybe their > > vhost backport is broken insome way. > > You can also reproduce the problem with RHEL6.2 as guest > But it seems RHEL 6.3 fixed it. RHEL6.2 on ubuntu host? > There seem to be a few vhost specific patches between those 2 versions.