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

From: Andi Kleen
Date: Wed May 18 2005 - 08:21:58 EST


Christoph Lameter <christoph@xxxxxxxxxxx> writes:

> On Tue, 17 May 2005, David S. Miller wrote:
>
>> > Because physically contiguous memory is usually better than virtually
>> > contiguous memory? Any reason that physically contiguous memory will
>> > break the driver?
>>
>> The issue is whether size can end up being too large for
>> kmalloc() to satisfy, whereas vmalloc() would be able to
>> handle it.
>
> Oww.. We need a NUMA aware vmalloc for this?

You can do that already by just changing process NUMA policy temporarily
while calling vmalloc.

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