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

Update AxiStreamDma to use a single virtual memory mapping across multiple instances #901

Merged
merged 10 commits into from
Nov 28, 2022

Conversation

slacrherbst
Copy link
Contributor

@slacrherbst slacrherbst commented Nov 22, 2022

This PR allows multiple instances of AxiStreamDma to use a common virtual memory mapping of the DMA buffers in order to reduce the virtual memory footprint.

This PR also changes the error message to recommend a virtual memory map size based upon the number of buffers needed instead of the previous value which came from a online suggestion.

This addresses ESROGUE-607

@ruck314 ruck314 changed the base branch from main to pre-release November 22, 2022 21:04
@bengineerd bengineerd merged commit b345b4c into pre-release Nov 28, 2022
@bengineerd bengineerd deleted the ESROGUE-607 branch November 28, 2022 18:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants