From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59180) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VbYqv-0002i9-A1 for qemu-devel@nongnu.org; Wed, 30 Oct 2013 12:42:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VbYqm-0001zc-Ri for qemu-devel@nongnu.org; Wed, 30 Oct 2013 12:42:41 -0400 Received: from mail-qa0-x22e.google.com ([2607:f8b0:400d:c00::22e]:65086) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VbYqm-0001zS-NU for qemu-devel@nongnu.org; Wed, 30 Oct 2013 12:42:32 -0400 Received: by mail-qa0-f46.google.com with SMTP id j15so3875507qaq.12 for ; Wed, 30 Oct 2013 09:42:32 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <527136F3.2010808@redhat.com> Date: Wed, 30 Oct 2013 17:42:27 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: 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 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? Paolo