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] offload issues

To: "Pierre-Philipp Braun" <pbraun@xxxxxxxxxxxx>, <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: RE: [Xen-users] offload issues
From: "James Harper" <james.harper@xxxxxxxxxxxxxxxx>
Date: Fri, 15 Oct 2010 21:48:18 +1100
Cc:
Delivery-date: Fri, 15 Oct 2010 03:49:38 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <1882c6ea315332baf6cb35ae2489be62@localhost>
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/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <1882c6ea315332baf6cb35ae2489be62@localhost>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: ActsQ+5SBw6nSMbcREOeTob0xB4BiwAEkVbQ
Thread-topic: [Xen-users] offload issues
> Hi,
> 
> I've got a network issue.  I can serve PXE (dhcp & tftp) from a guest, but
> FTP/HTTP/NFS doesn't work, although I can list the files, I can't
> upload/download them without corrupting them.

So the files are the right size but a 'sum' gives different values?

> I'm using XEN4 & slackware64
> dom0.  I tryed XEN3 RHEL5 domU and XEN4 netbsd-current domU.  Both have the
> same behavior.  I'm hearing it's probably caused by some network offloading
> setting.
> 
> # ethtool -k peth0
> Offload parameters for peth0:
> rx-checksumming: on
> tx-checksumming: on
> scatter-gather: on
> tcp-segmentation-offload: on
> udp-fragmentation-offload: off
> generic-segmentation-offload: on
> generic-receive-offload: off
> large-receive-offload: off
> 
> Note. ftp0 is guest's vif
> # ethtool -k ftp0
> Offload parameters for ftp0:
> rx-checksumming: on
> tx-checksumming: on
> scatter-gather: on
> tcp-segmentation-offload: on
> udp-fragmentation-offload: off
> generic-segmentation-offload: on
> generic-receive-offload: off
> large-receive-offload: off
> 
> dom0's network seems to work fine so I probably only need to disable
> offloading on the vifs.  Anyway I get this error on both,
> 
> # ethtool -K ftp0 rx off
> Cannot set device rx csum settings: Operation not supported
> 
> # ethtool -K ftp0 rx off
> Cannot set device rx csum settings: Operation not supported
> 

Is that second one a typo in the email? It's the same interface as the first...

Try disabling the offload in the DomU instead of the Dom0. If that doesn't work 
try disabling it on the bridge interface.

James
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>