RE: [PATCH] [scsi] Remove __GFP_DMA

From: Christoph Lameter
Date: Thu May 24 2007 - 13:22:36 EST


On Thu, 24 May 2007, James Bottomley wrote:

> The idea was basically to match an allocation to a device mask. I was
> going to do a generic implementation (which would probably kmalloc,
> check the physaddr and fall back to GFP_DMA if we were unlucky) but
> allow the architectures to override.

Hmmmm... We could actually implement something like it in the slab
allocators. The mask parameter would lead the allocator to check if the
objects are in a satisfactory range. If not it could examine its partial
lists for slabs that satisfy the range. If that does not work then it
would eventually go to the page allocator to ask for a page in a fitting
range.

That wont be fast though. How performance sensitive are the allocations?

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