Xilinx / dma_ip_drivers

Xilinx QDMA IP Drivers
https://xilinx.github.io/dma_ip_drivers/
526 stars 398 forks source link

xdma_performance_submit don't wait till DMA finish #239

Open yanggang59 opened 8 months ago

yanggang59 commented 8 months ago

In xdma_performance_submit, after transfer_queue finished, we should wait till DMA finish, and interrupt handler would wake up ,but xdma_performance_submit just rerturned, how can we make sure DMA finished? image