Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261177AbVCABUd (ORCPT ); Mon, 28 Feb 2005 20:20:33 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261190AbVCABUd (ORCPT ); Mon, 28 Feb 2005 20:20:33 -0500 Received: from 206.175.9.210.velocitynet.com.au ([210.9.175.206]:11205 "EHLO cunningham.myip.net.au") by vger.kernel.org with ESMTP id S261177AbVCABUN (ORCPT ); Mon, 28 Feb 2005 20:20:13 -0500 Subject: Re: swapper: page allocation failure. order:1, mode:0x20 From: Nigel Cunningham Reply-To: ncunningham@cyclades.com To: Robert Hancock Cc: Linux Kernel Mailing List In-Reply-To: <4223C121.6090904@shaw.ca> References: <3CRTy-82M-27@gated-at.bofh.it> <4223C121.6090904@shaw.ca> Content-Type: text/plain Message-Id: <1109640134.4229.15.camel@desktop.cunningham.myip.net.au> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6-1mdk Date: Tue, 01 Mar 2005 12:22:14 +1100 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1343 Lines: 35 Hi. On Tue, 2005-03-01 at 12:10, Robert Hancock wrote: > Bernd Schubert wrote: > Essentially the tg3 Ethernet driver is trying to allocate memory to > store a received packet, and is unable to do so. Since this is done > inside interrupt context, this allocation has to be serviced from > physical memory. Order 1 means it only wanted one page of memory, and Minor point, I know, but it's 2 pages of memory. If it couldn't get an order zero page, that would be even greater hernia material! Regards, Nigel > since that failed it looks like the system must have been awfully short > on available physical RAM.. it could be some kind of kernel memory leak > or VM issue, though this condition may not be entirely unexpected in > certain cases, like if the system has little physical RAM free at a > certain point and then a flood of network packets arrive. -- Nigel Cunningham Software Engineer, Canberra, Australia http://www.cyclades.com Bus: +61 (2) 6291 9554; Hme: +61 (2) 6292 8028; Mob: +61 (417) 100 574 Maintainer of Suspend2 Kernel Patches http://softwaresuspend.berlios.de - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/