linux device driver - DMA Scatter-Gather and contiguous memory? -
i understand use of scatter-gather in dma scatter - gather data small memory segments because large contiguous blocks of memory not easy find. if need to s-g should allocate small pieces of memory using kmalloc? max size can alloc @ 1 go 1 descriptor ? there other use of s-g feature?
Comments
Post a Comment