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

Re: [Xen-devel] [PATCH] Fix checksum errors when using network-bridge ov

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-devel] [PATCH] Fix checksum errors when using network-bridge over VLANs
From: James Dykman <dykman@xxxxxxxxxx>
Date: Fri, 5 May 2006 10:28:47 -0400
Delivery-date: Fri, 05 May 2006 07:29:12 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <Pine.LNX.4.62.0605051017200.12821@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/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Jean-Francois Stenuit <jfs@xxxxxxxxx> wrote on 05/05/2006 04:21:28 AM:

> 
> On Thu, 13 Apr 2006 18:29:51 -0400, James Dykman wrote:
> 
> 
> > With this patch, TCP/UDP checksum errors from dom0 are fixed, and 
domUs
> > can use TCP/UDP without turning off TX checksum offload.
> > Normal non-VLAN bridged configs still work fine, tested with xm-test.
> 
> Just a quick question : is there a work-around available without a full 
> recompile of Xen kernels ?
> 

You can use ethtool to turn off the TX checksum offload, so that the 
TCP/UDP protocols
calculate them. In the domUs, and possibly even dom0 (I haven't tried it 
myself):

ethtool -K <ethX> tx off

Jim

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

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