WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] iperf problem with Windows SMP VM

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] iperf problem with Windows SMP VM
From: ANNIE LI <annie.li@xxxxxxxxxx>
Date: Tue, 20 Jan 2009 17:53:18 +0800
Delivery-date: Tue, 20 Jan 2009 02:56:15 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Organization: Oracle Corporation
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Thunderbird 2.0.0.19 (Windows/20081209)
Hi

I am developing Window pv network driver and hit a problem now.

My server use Xen 3.1.4 and have 2 physical CPUs. When I create two VM with 1 VCPU on a same server, iperf performance is OK between those two VM, but there is performance degradation between those 2 VM when i increase VCPU from 1 to 2. This problem occurs in QEMU mode too.

Does Xen 3.1.4 has such problem or anything wrong in my configure file?

My configure file is as following:

acpi = 1
apic = 1
boot = 'c'
builder = 'hvm'
bootloader = '/usr/bin/pygrub'
device_model = '/usr/lib/xen/bin/qemu-dm'
disk = [
'file:/mnt/data/win2k3/Sys.img,hda,w!',
]
kernel = '/usr/lib/xen/boot/hvmloader'
memory = '600'
name = 'win2k3_s'
on_crash = ''
on_reboot = ''
serial = 'pty'
timer_mode = 1
usbdevice = 'tablet'
vcpus = 1
vif = [
'type=ioemu, mac=00:16:3E:55:D1:80, bridge=xenbr0',
]
vnc = 1
vncconsole = 1
vnclisten = '0.0.0.0'
vncpasswd = ''
vncunused = 1


Thanks
Annie.

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>