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

Re: [Xen-users] Xen on production enviroment

To: tdurack@xxxxxxxxx, xen-users@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-users] Xen on production enviroment
From: Ramiro Brito Willmersdorf <ramiro@xxxxxxxxxxxxxxxx>
Date: Thu, 8 Sep 2005 18:05:07 -0300
Delivery-date: Thu, 08 Sep 2005 21:07:46 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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: DEMEC/UFPE
Reply-to: ramiro@xxxxxxxxxxxxxxxx
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: KMail/1.8.1
Hi John,

And an excellent stab that was.
I have two network interfaces. eth0 is a 3Com with a 
Broadcom Corporation NetXtreme BCM5701 Gigabit Ethernet chip,
and eth1 is a 3Com 3cSOHO100-TX Hurricane chip.

On the gigabit card, I couldn't test anything, because I could not
find out how to disable/enable/check checksum offloading. Using
ethtool gives: Operation not supported

For the Hurricane card, though, disabling checksum offloading with:

  ethtool -k eth1 rx off
  ethtool -k eth1 tx off
  ethtool -k eth1 tso off
  ethtool -k eth1 sg off

*DOES* in fact allow the network connection to complete to _this_
interface, but not eth0. I can ssh to the guest domain from Domain_0 
if I use the ip address of the guest domain interface that is bridged
with Domain_0's eth1.

So I guess you were quite right sir!

I cannot say whether or not this affects network performance
or the server load.

Sadly, this is doesn't completely solve my problem because, as
fate would have it, all my *other* guest domains are bridged with
eth0. I'm still looking for a way to disable checksum offloading
there. I had no luck before, but I was using the name of the
linux module (tg3) to search for information, perhaps if I try with
the name of the chip (Broadcom BCM701) I'll have better luck.

Many thanks for the fine suggestion!

/*
 Long thread about network connection from host to guest domain
 not working deleted...
 */

> Hmmm . . . I'll take a stab in the dark at this.  I've seen those types.
> of errors with checksum offloading.  Someone on this list in reply to a
> problem I was having mentioned that unstable implements checksum
> offloading.  What happens if you disable it? - John
> -- 
> John A. Sullivan III
> Open Source Development Corporation
> +1 207-985-7880
> jsullivan@xxxxxxxxxxxxxxxxxxx


-- 
Ramiro Brito Willmersdorf  Dep. Engenharia Mecânica/UFPE
ramiro@xxxxxxxxxxxxxxxx        tel: +55 81 2126-8231e239          

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

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