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

gomemif: Packet sent on Tx queue is received back on Rx queue of send… #165

Merged
merged 4 commits into from
Dec 12, 2023

Conversation

nikhil-agarwal-git
Copy link
Contributor

gomemif: Packet sent on Tx queue is received back on Rx queue of sender #164

RCA: Rx desc buffer offset was incorrectly set to Tx desc buffer offsets.

Fix: Correctly set the Rx desc buffer offset to memory region after Tx desc buffers offsets

FDio#164

RCA: Rx desc buffer offset was incorrectly set to Tx desc buffer offsets.

Fix: Correctly set the Rx desc buffer offset to memory region after Tx desc buffers offsets
@nikhil-agarwal-git
Copy link
Contributor Author

nikhil-agarwal-git commented Oct 25, 2023

Hi @ondrej-fabry , I am not able to add reviewers to this review request. Not sure If I am missing any steps in raising the review request. Could you please review this one and/or add other required reviewers.
Also please let me know if there is anything more required on my part before its merge to master.

Signed-off-by: nikhil-agarwal-git <69921737+nikhil-agarwal-git@users.noreply.github.com>
@nikhil-agarwal-git
Copy link
Contributor Author

@ondrej-fabry @sknat , Gentle reminder for the review request..

@nikhil-agarwal-git
Copy link
Contributor Author

Thanks @ondrej-fabry for reviewing the changes. Could you also please merge this pull request since I dont have write access to the repo.

Thanks.

@ondrej-fabry ondrej-fabry merged commit 4ae974b into FDio:master Dec 12, 2023
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

gomemif: Packet sent on Tx queue is received back on Rx queue of sender
2 participants