From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37352) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VbqB2-0005te-Cp for qemu-devel@nongnu.org; Thu, 31 Oct 2013 07:12:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VbqAw-0003B4-2d for qemu-devel@nongnu.org; Thu, 31 Oct 2013 07:12:36 -0400 Received: from mx1.redhat.com ([209.132.183.28]:18968) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vbot5-00040G-Rz for qemu-devel@nongnu.org; Thu, 31 Oct 2013 05:50:00 -0400 Message-ID: <527227C1.3040703@redhat.com> Date: Thu, 31 Oct 2013 10:49:53 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <527136F3.2010808@redhat.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] virtio-net performance on mach-virt. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Giridhar Maruthy Cc: Peter Maydell , QEMU Developers , Christoffer Dall Il 31/10/2013 04:32, Giridhar Maruthy ha scritto: > On 30 October 2013 22:12, Paolo Bonzini wrote: >> Il 30/10/2013 15:40, Giridhar Maruthy ha scritto: >>> Hi All, >>> >>> I tried to measure the network performance of guest (mach-virt) with >>> virtio-net on an ARM host platform (Samsung exynos). The qemu version >>> is 1.6.50. >>> >>> I found that with 1GbE NIC on the host, the host iperf gave a speed of >>> 847Mbits/sec when a local dhcp server was used as a iperf server. >>> >>> But the guest gave a speed of 478Mbits/sec which is around 56% compared to host. >>> >>> What is the typical guest network efficiency compared to host with virtio-net? >>> Any ideas would be helpful. >> >> Were you using vhost? > > Yes, I did use vhost in the host kernel configuration and passed > vhost=on in qemu, but there is no difference in the performance of > guest. What's your command line? Paolo