Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DMA Performance #4

Open
austinsteamboat opened this issue May 27, 2016 · 1 comment
Open

DMA Performance #4

austinsteamboat opened this issue May 27, 2016 · 1 comment

Comments

@austinsteamboat
Copy link

Hi, I just found your project and was curious if you've done any performance benchmarking of your driver for data transfer rates between CPU/FPGA? I've been working with the zynq-xdma driver from bmartini and while it works fairly well, it doesn't support scatter/gather so I was curious if that really improves performance or not.
Thanks,
-Austin

@guruofquality
Copy link
Contributor

I have benchmarked it a long time ago and I really don't remember. But its all relative to what you are comparing to. The C driver is virtually out of the way, and it really comes down to what the application is doing with the buffer. Because the driver is doing nothing other than checking flags and bumping a scatter/gather pointer, seen here with the wait/acquire/release. And the actual transfers take place in the FPGA fabric where the AXI DMA block reads or writes from an HP memory interface port.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants