All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jon Mason <jdmason@us.ibm.com>
To: cranium2003 <cranium2003@yahoo.com>
Cc: net dev <netdev@oss.sgi.com>
Subject: Re: getting eth1: Memory squeeze, dropping packet message
Date: Thu, 26 May 2005 11:22:11 -0500	[thread overview]
Message-ID: <200505261122.11552.jdmason@us.ibm.com> (raw)
In-Reply-To: <20050526144058.11890.qmail@web33004.mail.mud.yahoo.com>

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

  reply	other threads:[~2005-05-26 16:22 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-05-26 14:40 getting eth1: Memory squeeze, dropping packet message cranium2003
2005-05-26 16:22 ` Jon Mason [this message]
  -- strict thread matches above, loose matches on Subject: below --
2005-05-26 14:39 cranium2003
2005-05-26 16:37 ` Lee Revell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200505261122.11552.jdmason@us.ibm.com \
    --to=jdmason@us.ibm.com \
    --cc=cranium2003@yahoo.com \
    --cc=netdev@oss.sgi.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.