Re: Using Bootmem for large DMA buffers in the presence of the slab allocator

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Christoph Lameter
Date: Wednesday, August 4, 2010 - 11:01 am

Note also that allocating a 64M buffer will be difficult due to the
maximum allocation size restrictions of the page allocator.

You therefore have no choice but to allocate the memory at boot
time. Or (if you have control over the arch) increase the maximum
allocation unit (MAX_ORDER I believe).


--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Using Bootmem for large DMA buffers in the presence of the ..., Peter Crosthwaite, (Tue Aug 3, 11:07 pm)
Re: Using Bootmem for large DMA buffers in the presence of ..., Christoph Lameter, (Wed Aug 4, 11:01 am)