Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932610Ab0HKD2c (ORCPT ); Tue, 10 Aug 2010 23:28:32 -0400 Received: from e37.co.us.ibm.com ([32.97.110.158]:39839 "EHLO e37.co.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753282Ab0HKD23 (ORCPT ); Tue, 10 Aug 2010 23:28:29 -0400 Subject: Re: [RFC PATCH v8 00/16] Provide a zero-copy method on KVM virtio-net. From: Shirley Ma To: Avi Kivity Cc: xiaohui.xin@intel.com, netdev@vger.kernel.org, kvm@vger.kernel.org, linux-kernel@vger.kernel.org, mst@redhat.com, mingo@elte.hu, davem@davemloft.net, herbert@gondor.hengli.com.au, jdike@linux.intel.com In-Reply-To: <4C56F318.7030409@redhat.com> References: <1280402088-5849-1-git-send-email-xiaohui.xin@intel.com> <1280442682.9058.15.camel@localhost.localdomain> <4C525CD2.5080604@redhat.com> <1280504771.9058.25.camel@localhost.localdomain> <4C552DC4.5000600@redhat.com> <1280764918.22830.7.camel@localhost.localdomain> <4C56EE3D.1050203@redhat.com> <1280766319.22830.24.camel@localhost.localdomain> <4C56F318.7030409@redhat.com> Content-Type: text/plain; charset="UTF-8" Date: Tue, 10 Aug 2010 20:28:02 -0700 Message-ID: <1281497282.3391.31.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 (2.28.3-1.fc12) Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 811 Lines: 24 Hello Avi, On Mon, 2010-08-02 at 19:32 +0300, Avi Kivity wrote: > When are you seeing gup_fast() fall back to gup()? It should be at > most > once per page (when a guest starts up none of its pages are mapped, > it > faults them in on demand). netperf/netserver latency results are pretty good for message size between 1 bytes and 512 bytes when I have 64 bytes small copy. However if I don't have any small copy , the ping RTT time is unreasonable huge. Since we think it's better to have small message with copy, so there will be no issue. Thanks Shirley -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/