From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rusty Russell Subject: Re: [PATCH 0/9][RFC] KVM virtio_net performance Date: Sun, 27 Jul 2008 16:48:58 +1000 Message-ID: <200807271648.59100.rusty@rustcorp.com.au> References: <1216899979-32532-1-git-send-email-markmc@redhat.com> <488AF240.2060208@qumranet.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Cc: Mark McLoughlin , kvm@vger.kernel.org, Herbert Xu To: Avi Kivity Return-path: Received: from ozlabs.org ([203.10.76.45]:44422 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757172AbYG0GtM (ORCPT ); Sun, 27 Jul 2008 02:49:12 -0400 In-Reply-To: <488AF240.2060208@qumranet.com> Content-Disposition: inline Sender: kvm-owner@vger.kernel.org List-ID: On Saturday 26 July 2008 19:45:36 Avi Kivity wrote: > > 5) Eliminating an extra copy on the host->guest path only makes a > > barely measurable difference. > > That's expected on a host->guest test. Zero copy is mostly important > for guest->external, and with zerocopy already enabled in the guest > (sendfile or nfs server workloads). Note that this will also need the copyless tun patches. If we're doing one copy from userspace->kernel anyway, this extra copy is probably lost in the noise. Cheers, Rusty.