I have modified qdma_link_xfer_region() to transfer the ping buffer from L2SRAM to DDR space. I have measured the time it takes to do a memcpy(srcBuff1, dstBuff1, 256) versus the time it takes for a QDMA transfer to set the IPR bit. The memcpy is faster than the QDMA transfer. Is this expected?
Farrah