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] Data broken during FTP test

To: <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: Re: [Xen-devel] Data broken during FTP test
From: "Kasai Takanori" <kasai.takanori@xxxxxxxxxxxxxx>
Date: Thu, 22 Mar 2007 19:50:36 +0900
Delivery-date: Thu, 22 Mar 2007 03:50:26 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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>
References: <C227EF4C.C085%Keir.Fraser@xxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Hi Keir,

Thank you for reply.

If you are running in PAE mode then you should try modifying the kernel file
drivers/net/tg3.c and changing any '#ifdef CONFIG_HIGHMEM' to '#if 0'. It
may also be worth doing some tracing around the code that does
pci_set_dma_mask() to see what path you are taking there and what mask the
driver is choosing to set.

However, the same problem happens to another NIC connected with the same machine. It is the following NIC. 05:03.0 Intel Corporation 82545GM Gigabit Ethernet Controller (rev 04) '# ifdef CONFIG_HIGHMEM' was not being at least defined by the e1000 driver. When pethX was captured with tcpdump, FTP data was not broken. But, when it was captured in the FTP client(other PC), FTP data was broken.

When we create other domain, FTP data seems to be sent again.
Do you have any idea for investigating.

Best regards,

--
Takanori Kasai


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

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