Re: Kernel 2.6.9 Multiple Page Allocation Failures

From: Andrew Morton
Date: Fri Dec 03 2004 - 12:17:54 EST


P@xxxxxxxxxxxxxx wrote:
>
> Andrew Morton wrote:
> > Lukas Hejtmanek <xhejtman@xxxxxxxxxxxx> wrote:
> >
> >>I found out that 2.6.6-bk4 kernel is OK.
> >
> >
> > That kernel didn't have the TSO thing. Pretty much all of these reports
> > have been against e1000_alloc_rx_buffers() since the TSO changes went in.
>
> This possibly related patch went into 2.6 and it bugged me
> as Ganesh didn't address the reservations mentioned in the thread:
> http://oss.sgi.com/projects/netdev/archive/2004-07/msg00704.html
>

The use of vmalloc() can cause consumption or fragmentation of the virtual
address space which is set aside for all vmalloc()s, but it will not cause
the particular problem which we're seeing here: exhaustion of the
interrupt-time page reserves.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/