Xilinx / dma_ip_drivers

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

xdma_performance_submit don't wait till DMA finish #239

Open yanggang59 opened 1 year ago

yanggang59 commented 1 year 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