Forum Discussion
AlexGo
New Contributor
6 years agoAlternate driver for Avalon-MM DMA for PCIe
Hi All, If anyone is interested in a Linux device driver for Avalon-MM DMA for PCIe? The existing reference design code is quite difficult to maintain, while the alternate solution basically boils d...
MehmetFide
New Contributor
3 years agoHi @AlexGo ,
Also noted that avalon-tool.c requires avalon-ioctl.h file which is missing.
If you meant to include avalon-drv-ioctl.h instead, there are still many missing definitions required by avalon-tool.c to be compiled.
for example "struct avalon_dma_info" or "IOCTL_AVALON_DMA_GET_INFO"
Could you suggest?