[PATCH] net/macb: Use dmapool to align descriptors on 64bits
Nicolas Ferre
nicolas.ferre at atmel.com
Tue Dec 4 12:18:54 EST 2012
On 12/03/2012 03:01 PM, Ben Hutchings :
> On Mon, 2012-12-03 at 13:15 +0100, Nicolas Ferre wrote:
>> Depending on datapath, some revisions of GEM need
>> 64bits aligned descriptors. Use dmapool to allocate
>> these descriptors.
>> Note that different size between RX and TX rings
>> leads to the creation of two pools.
>>
>> Signed-off-by: Nicolas Ferre <nicolas.ferre at atmel.com>
> [...]
>
> dma_alloc_coherent() allocates whole pages, which I think is quite
> enough alignment. You can't save memory by doing this, since each pool
> needs at least one page. So what is this change meant to achieve?
Well... I guess we can forget this patch then ;-)
Thanks, best regards,
--
Nicolas Ferre
More information about the linux-arm-kernel
mailing list