Re: Error 3c900 driver in 2.2.19?

From: Roy Sigurd Karlsbakk (roy@karlsbakk.net)
Date: Tue Aug 28 2001 - 14:42:45 EST


On Tue, 28 Aug 2001, Andrew Morton wrote:

> Roy Sigurd Karlsbakk wrote:
> >
> > > Networking needs to allocate memory at interrupt time. This is
> > > referred to as "atomic allocation". The only way in which this
> > > can be successful is for the VM system to ensure that there is
> > > a pool of immediately-allocatable memory lying around.
> > >
> > > The 2.2 kernel uses the tunables in /proc/sys/vm/freepages to
> > > decide how large that pool should be. Machines which sustain
> > > a high network load commonly require more memory than the
> > > default freepages setting provides. People who encounter network
> > > Rx allocation failures with 2.2 kernels do report that increasing
> > > the freepages tunables fixes the problem.
> > >
> > > -
> > >
> >
> > Thanks
> >
> > But... Should the server hang after experiencing problems with this? On
> > 2.2.19?
> >
>
> Absolutely not. If the network driver experiences 32 successive
> memory allocation failures it will fall back to a timer-driven mode
> where it tries to refill its buffer ring once per second. This
> code works.
>
> If your machine is completely locking up and needs a reset then
> something is presumably not handling out-of-memory correctly.
>
> What do you mean by "the server hangs"?

The server locked up and needed a hard reboot

roy

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



This archive was generated by hypermail 2b29 : Fri Aug 31 2001 - 21:00:31 EST