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-bugs

[Xen-bugs] [Bug 466] New: XEN 2.0.7: domU network locks up in low memory

To: xen-bugs@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-bugs] [Bug 466] New: XEN 2.0.7: domU network locks up in low memory conditions
From: bugzilla-daemon@xxxxxxxxxxxxxxxxxxx
Date: Thu, 29 Dec 2005 19:35:54 +0000
Delivery-date: Thu, 29 Dec 2005 19:41:03 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-bugs-request@lists.xensource.com?subject=help>
List-id: Xen Bugzilla <xen-bugs.lists.xensource.com>
List-post: <mailto:xen-bugs@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-bugs>, <mailto:xen-bugs-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-bugs>, <mailto:xen-bugs-request@lists.xensource.com?subject=unsubscribe>
Reply-to: bugs@xxxxxxxxxxxxxxxxxx
Sender: xen-bugs-bounces@xxxxxxxxxxxxxxxxxxx
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=466

           Summary: XEN 2.0.7: domU network locks up in low memory
                    conditions
           Product: Xen
           Version: 2.0
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: major
          Priority: P3
         Component: Hypervisor
        AssignedTo: xen-bugs@xxxxxxxxxxxxxxxxxxx
        ReportedBy: maiden1134@xxxxxxxxx


A domU's network will fail in low memory conditions where netfront is unable 
to allocate more skbuffs (domU cannot receive network packets, transmit works 
OK). This occurs usually with domU's that are setup with low amounts of memory 
(around 32 MB in my case but this may happen depending on available memory and 
the # of VIFs configured in the domU).

This is caused by a bug in the domU netfront driver.  Upon failure to allocate 
skbuffs, netfront does not flush all pending skbuffs onto the RX ring. As a 
result netfront can never receive any new packets from this point onwards (as 
the netback driver in dom0 drops all packets to the domU since there are no 
available skbuffs on the RX ring).

-- 
Configure bugmail: 
http://bugzilla.xensource.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-bugs] [Bug 466] New: XEN 2.0.7: domU network locks up in low memory conditions, bugzilla-daemon <=