Forum Discussion
MehmetFide
New Contributor
3 years agoWell, I jumped to the branch avalon-dmaengine-v5.7-rc1, and after couple of adjustment I measured the speed as 60MB/sec with IOCTL_AVALON_DMA_READ cmd.
total: 10737418240 bytes, duration: 169 secs, speed = 60.59 MB/sec
Our target is to reach 100MB/sec in the user-space domain. Therefore I will continue digging.
MehmetFide
New Contributor
3 years agoWith the above branch it seems that IOCTL_AVALON_DMA_READ_SG command is also stable. This command and mmap() approach yielded 66.07MB/sec.
Could you explain what are *_SG_SMP commands and how they differ comparing to IOCTL_AVALON_DMA_*_SG?
Thank you.