Re: [PATCH] e1000: NUMA aware allocation of descriptors V2
From: Andrew Morton <hidden>
Date: 2005-05-27 23:24:53
Also in:
lkml
From: Andrew Morton <hidden>
Date: 2005-05-27 23:24:53
Also in:
lkml
Christoph Lameter [off-list ref] wrote:
NUMA awareness for the e1000 driver. Allocate tx and rx descriptors on the node of the device. It is safe to replace vmalloc by kmalloc node since only the descriptors are allocated in a NUMA aware way. These will not be so large that the use of vmalloc becomes necesssary.
Really? That's probably OK with the default number of tx descriptors, but that number can be made arbitrarily large with a module parameter. Could you please work this with the e1000 developers?