RE: Virtio drivers (people.qumranet.com unreachable?)

2008-12-23 Thread Adrian Schmitz
-Original Message- From: kvm-ow...@vger.kernel.org [mailto:kvm-ow...@vger.kernel.org] On Behalf Of Kevin Shanahan Sent: Tuesday, December 23, 2008 3:19 PM To: kvm@vger.kernel.org Subject: Virtio drivers (people.qumranet.com unreachable?) Hi, I'm having problems trying to get

RE: Virtio network performance problem

2008-12-11 Thread Adrian Schmitz
I think it is an unsync tsc problem. First, make sure you pin all of the process threads. There is thread per vcpu + io thread +more non relevant. You can do it by adding the taskset before the cmdline. Second, you said that you use smp guest. So windows also sees unsync tsc. So, either

Slow virtio networking

2008-12-11 Thread Adrian Schmitz
Can anyone provide any pointers as to what might cause virtio networking to be slow (~55Mb/s)? Here's what I've tried so far: Guests tried: Windows Server 2003 x32 SP2 UP guest w/ Windows guest drivers ver 3 Windows Server 2003 x64 SP2 SMP guest w/ Windows guest drivers ver 3 On the host:

RE: Virtio network performance problem

2008-12-04 Thread Adrian Schmitz
On Wed, Dec 03, 2008 at 11:20:08AM -0800, Chris Wedgwood wrote: TSC instability? Is this an SMP guest? Ok, I tried pinning the kvm process to two cores (0,2) on a single socket, but that didn't seem to make any difference for my virtio network performance. I also tried pinning the process

Virtio network performance problem

2008-12-03 Thread Adrian Schmitz
I'm having a problem with virtio networking. I mentioned this in a previous thread, but I'm starting a new one since Dor solved the problem I reported in the original thread. This appears to be a new problem. Iperf shows throughput of ~120 Mb/s between a Windows Server 2003 x64 guest and the br0

RE: Virtio network performance problem

2008-12-03 Thread Adrian Schmitz
On Wed, Dec 03, 2008 at 11:20:08AM -0800, Chris Wedgwood wrote: TSC instability? Is this an SMP guest? Actually, worded badly. A UP guest on an SMP host with unsync'ed TSCs would show this too obviously. As would changes in the TSC speed. The first I guess we can avoid by pinning

RE: STOP error with virtio on KVM-79/2.6.18/Win2k3 x64 guest

2008-12-02 Thread Adrian Schmitz
-Original Message- From: Dor Laor [mailto:[EMAIL PROTECTED] Sent: Monday, December 01, 2008 5:27 PM To: Adrian Schmitz Cc: kvm@vger.kernel.org; Avi Kivity Subject: Re: STOP error with virtio on KVM-79/2.6.18/Win2k3 x64 guest What driver version are you using? Version 2 is obsolete

[no subject]

2008-12-01 Thread Adrian Schmitz
Hi, I'm having problems with STOP errors (0x00d1) under KVM-79/2.6.18 whenever I try to use the virtio drivers. This post (http://marc.info/?l=kvmm=121089259211638w=2) describes the issue exactly, except that I'm using a Win2k3 x64 guest with the x64 paravirtual drivers instead of 32-bit

STOP error with virtio on KVM-79/2.6.18/Win2k3 x64 guest

2008-12-01 Thread Adrian Schmitz
Sorry for the repost.. I forgot the subject line! Hi, I'm having problems with STOP errors (0x00d1) under KVM-79/2.6.18 whenever I try to use the virtio drivers. This post (http://marc.info/?l=kvmm=121089259211638w=2) describes the issue exactly, except that I'm using a Win2k3 x64 guest with