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] Failed Network

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-users] Failed Network
From: Ernst Bachmann <e.bachmann@xxxxxxxx>
Date: Thu, 22 Sep 2005 10:57:59 +0200
Delivery-date: Thu, 22 Sep 2005 08:55:45 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <A5FA33F5-914A-4C22-A7F2-DAA98E746FA1@xxxxxxxxx>
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>
References: <A5FA33F5-914A-4C22-A7F2-DAA98E746FA1@xxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: KMail/1.8.1
On Thursday 22 September 2005 02:13, MCresearch wrote:

> in dmesg (from debian) the network card is found
> eth0: Tigon3 [partno(yadda yadda) rev blah blah(]
> 1000BaseT Ethernet XX:XX:XX:XX:XX (<---- Mac address)
> eth0: RXcsums[1] etc etc etc...
>

try to disable rx/tx checksum offloading in dom0:

 ethtool -K eth0 tx off
 ethtool -K eth0 rx off

and see if it gets better.

otherwise, a search on the list archives for "tg3" finds quite a lot messages, 
so it looks like you're not alone with that problem. Maybe you'll find some 
other tweak there.

/Ernst

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

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