> could you explain the ccmalloc trick?  

"cache coherent malloc" - not really a trick, just a way to
ensure SD buffers are cache-aligned and occupy an integral
number of cache lines, to avoid embarrassment when doing
dma on ARM (which bypasses the cache).  It costs a bit of
space but saves copying.


Reply via email to