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-users

[Xen-users] Network performance problem with Xen 3.0.3 HVM/VT

To: Xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Network performance problem with Xen 3.0.3 HVM/VT
From: Marc Cousin <mcousin@xxxxxxxx>
Date: Tue, 21 Nov 2006 11:56:25 +0100
Delivery-date: Tue, 21 Nov 2006 02:57:04 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Organization: Sigma Informatique
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: KMail/1.9.5
Hi,

I know it's a problem that has already been discussed, but as I didn't see any 
solution, I'm asking...

We've been trying to use Xen 3.0.3 HVM mode with windows or linux in the past 
few weeks, and have been suffering from bad network performance.
First, I must say that we didn't succed to setup Windows 2000/2003 directly 
using  Xen, we had to install it using qemu and then boot it into Xen HVM.

The performance problem seems to be coming from network latency :
depending on the host OS, we have measured ping times ranging from 4ms 
(Windows 2000, Linux) to 10ms (Windows 2003). Of course, the network 
performance is suffering, with throughputs aroud 600kbytes/s for Windows 
2003, and 3Mbytes for Windows 2000 and Linux.
The CPUs are idle during our benchmarks.


We suspected the network driver was using some kind of polling, because there 
is no load, and the latency is that big. We tried to compare with latest 
qemu, and qemu hasn't displayed this latency problem.

Does anybody know of this problem ? (a solution, workaroud, patch, would be 
even better of course :) ).

This is a very big performance issue (for us), and we are reluctantly thinking 
about going back to vmware.

Any help would be welcome

Details about our setup :
- This is using DELL PE2950 with woodcrest CPUs.
- We use PAE build from Xen 3.0.3 sources
- Configuration file :
kernel = '/usr/lib/xen/boot/hvmloader'
builder='hvm'
memory = 512
name = "xxxxx"
vcpus=1
acpi=0
apic=0
pae=0
vif = [ 'type=ioemu, mac=aa:00:00:e7:00:02, bridge=x-brxxxx']
disk = 
[ 'phy:/dev/drbd2,ioemu:hda,w', 'file:/mnt/iso/windows2003p.iso,hdc:cdrom,r' ]
on_poweroff = 'destroy'
on_reboot    = 'restart'
on_crash     = 'restart'
device_model = '/usr/lib/xen/bin/qemu-dm'
boot="c"
sdl=0
vnc=1
vncviewer=0
nographic=0
ne2000=0
usb=1
usbdevice='tablet'
audio=0

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Network performance problem with Xen 3.0.3 HVM/VT, Marc Cousin <=