From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: Network freezing for paravirt linux, 3.0.3 Date: Tue, 28 Nov 2006 15:25:29 +0000 Message-ID: References: <456C50DB.4090809@cs.toronto.edu> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <456C50DB.4090809@cs.toronto.edu> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Andres Lagar Cavilla , xen-devel@lists.xensource.com, xen-users@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On 28/11/06 15:08, "Andres Lagar Cavilla" wrote: > It thus looks like the culprit is netfront, or possibly a > netback/netfront interaction (Q: is netback employed in the qemu-dm > emulation path, or packets are simply relayed from the tap to vifX.Y?). > I would love to provide more information, but I'm unsure where to get it. What version of netback are you running? The one from the 3.0.3 release is known to have a bug which would cause high-bandwidth transfers to stall. The offending function is netback.c:tx_add_credit(). You should be able to take the version from xen-unstable and copy it into whatever version of netback.c you are using. -- Keir