netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* getting eth1: Memory squeeze, dropping packet message
@ 2005-05-26 14:40 cranium2003
  2005-05-26 16:22 ` Jon Mason
  0 siblings, 1 reply; 2+ messages in thread
From: cranium2003 @ 2005-05-26 14:40 UTC (permalink / raw)
  To: net dev

Hello,
       While transmitting packets through linux Router
host from one network to another Redhat linux 9 kernel
2.4.20-8 caught kernel oops following there are 2
statements which are
__alloc_pages: 0 order allocation failed (gfp =
0x20/1)
eth1: Memory squeeze, dropping packet
What this means? where is the wrong thing in kenrel?
How to solve this problem?
regards,
cranium.



		
__________________________________ 
Do you Yahoo!? 
Yahoo! Small Business - Try our new Resources site
http://smallbusiness.yahoo.com/resources/

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: getting eth1: Memory squeeze, dropping packet message
  2005-05-26 14:40 getting eth1: Memory squeeze, dropping packet message cranium2003
@ 2005-05-26 16:22 ` Jon Mason
  0 siblings, 0 replies; 2+ messages in thread
From: Jon Mason @ 2005-05-26 16:22 UTC (permalink / raw)
  To: cranium2003; +Cc: net dev

On Thursday 26 May 2005 09:40 am, cranium2003 wrote:
> Hello,
>        While transmitting packets through linux Router
> host from one network to another Redhat linux 9 kernel
> 2.4.20-8 caught kernel oops following there are 2
> statements which are
> __alloc_pages: 0 order allocation failed (gfp =
> 0x20/1)
> eth1: Memory squeeze, dropping packet
> What this means? 

The driver was trying to alloc a rx skb and couldn't.  The incoming packet was 
dropped.  Assuming that the error logged is the only problem you saw, this 
isn't a driver or kernel bug.  It means you were out of free kernel memory. 

You can see if you have any processes consuming lots of memory.

Thanks,
Jon

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-05-26 16:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-26 14:40 getting eth1: Memory squeeze, dropping packet message cranium2003
2005-05-26 16:22 ` Jon Mason

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).