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

eptri: add a 'nak' register to 'InFIFOInterface' to allow querying endpoint nak statuses #6

Merged
merged 1 commit into from
Jan 15, 2024

Conversation

antoinevg
Copy link
Member

@antoinevg antoinevg commented Jan 12, 2024

Previously Moondancer simply polled all configured IN endpoints for pending transfer requests.

This commit adds a new read-only register 'nak' to the InFIFOInterface that maintains a bitmask containing all endpoints that have responded to an incoming data request with NAK.

This eliminates errors caused by Moondancer polling an IN endpoint that did not contain a pending transfer request.

@antoinevg antoinevg merged commit 75d9a04 into greatscottgadgets:main Jan 15, 2024
@antoinevg antoinevg deleted the antoinevg/nak-handling branch March 4, 2024 12:25
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

Successfully merging this pull request may close these issues.

None yet

1 participant