From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FTMXr-0001zk-9n for qemu-devel@nongnu.org; Tue, 11 Apr 2006 13:20:51 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FTMXq-0001zI-Bg for qemu-devel@nongnu.org; Tue, 11 Apr 2006 13:20:50 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FTMXq-0001zF-84 for qemu-devel@nongnu.org; Tue, 11 Apr 2006 13:20:50 -0400 Received: from [64.233.162.192] (helo=zproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FTMck-0006kK-N9 for qemu-devel@nongnu.org; Tue, 11 Apr 2006 13:25:54 -0400 Received: by zproxy.gmail.com with SMTP id n29so1129065nzf for ; Tue, 11 Apr 2006 10:20:49 -0700 (PDT) Message-ID: <6fe044190604111020h47108190x23983325567fb51c@mail.gmail.com> Date: Tue, 11 Apr 2006 10:20:49 -0700 From: "Kenneth Duda" Sender: ken.duda@gmail.com MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: [Qemu-devel] Network Performance between Win Host and Linux Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org I am also having severe performance problems using NFS-over-TCP on qemu-0.8 with a Linux host and guest. I will be looking at this today. My current theory is that the whole machine is going idle before qemu decides to poll kernel ring buffers holding packets the guest is transmitting, but if anyone has actual information, please let me know. Thanks, -Ken > Hello, > > I tried the cvs version from about a week ago with the latest kqemu > driver, but the network problem still exists. I am using: > > qemu -net nic -net tap,ifname=3Dmy-tap > > under Win2k with a Gentoo guest. The network throughput is about 20 MB ( > per Minute ! ). When I use qemu 0.7.2 with the tap patch: > > qemu -tap "my-tap" > > pthe performance is much better ( about factor 10: 3 MB per second ). > Whats going wrong there ? > > Thanks > > Helmut >