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

XDMA wrong maximum number of user interrupts in xdma_isr #37

Open
i-perminov opened this issue Oct 2, 2019 · 1 comment
Open

XDMA wrong maximum number of user interrupts in xdma_isr #37

i-perminov opened this issue Oct 2, 2019 · 1 comment

Comments

@i-perminov
Copy link

The maximum number of user interrupts is specified as
int max = xdev->h2c_channel_max;
It probably should be xdev->user_max. As a result of this typo the number of user interrupts can't be higher than the number of channels.

@hmaarrfk
Copy link

Hello,

My name is Mark Harfouche. I am not affiliated with Xilinx in any way. Over the
years of using QDMA, I've been wanted better community organization.

I've created a fork of dma_ip_drivers which I intend to maintain and work with the
community at large to improve.

The fork can be found https://github.com/hmaarrfk/dma_ip_drivers

For now, I am stating the main goals of the repository in
hmaarrfk#2

If you are interested in working together, feel free to open an issue or PR to
my fork.

Best,

Mark

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