Re: [PATCH] NUMA aware allocation of transmit and receive buffersfor e1000

From: Andrew Morton
Date: Wed May 18 2005 - 15:46:18 EST


Ganesh Venkatesan <ganesh.venkatesan@xxxxxxxxx> wrote:
>
> On 5/17/05, Andrew Morton <akpm@xxxxxxxx> wrote:
> > I think the e1000 driver is being a bit insane there. I figure that
> Do you mean insane to use vmalloc?
>
> > sizeof(struct e1000_buffer) is 28 on 64-bit, so even with 4k pagesize we'll
> > always succeed in being able to support a 32k/32 = 1024-entry Tx ring.
> >
> > Is there any real-world reason for wanting larger ring sizes than that?
> >
> >
> We have had cases where allocation of 32K of memory (via kmalloc) fails.
>

Are you sure? The current page allocator will infinitely loop until
success for <=32k GFP_KERNEL allocations - the only way it can fail is if
the calling process gets oom-killed.
-
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/