VSW-306: Implement sockdma device#19
Merged
lizzi-xlnx merged 1 commit intopensando:v8.2.0-devfrom Jul 22, 2025
Merged
Conversation
lizzi-xlnx
reviewed
Jul 7, 2025
cec5c51 to
c3bf94f
Compare
Author
|
Force push adds |
lizzi-xlnx
reviewed
Jul 15, 2025
Collaborator
lizzi-xlnx
left a comment
There was a problem hiding this comment.
I'd start cleaning up the commits for review so that then the PR is ready for master.
Comment on lines
+14
to
+15
| uint32_t recv_status; | ||
| uint32_t send_status; |
Collaborator
There was a problem hiding this comment.
Why have two different status registers?
Author
There was a problem hiding this comment.
Sorry - I should've put a justification here. See this comment I made https://github.com/pensando/ainic-rtos/pull/47#issuecomment-3061633285
c3bf94f to
92bd23a
Compare
Author
|
force push squashes and updates commit message |
Create nonblocking socket to pass data between firmware running on qemu and host software. On 'read_status' register read, poll the socket for rx data and write it to a memory mapped region accessible by firmware. Sends read data populated in this region by the firmare and send it through the socket.
92bd23a to
ba18d09
Compare
lizzi-xlnx
approved these changes
Jul 22, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This work builds on top of Leo's work: #18 to fix a couple bugs in the device.
Testing
See https://github.com/pensando/ainic-rtos/pull/47