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

rpmsg_virtio: fix rpmsg_virtio_get_tx_payload_buffer() error #624

Merged
merged 1 commit into from
Oct 21, 2024

Conversation

CV-Bowen
Copy link
Contributor

@CV-Bowen CV-Bowen commented Oct 18, 2024

If rpmsg_virtio_notify_wait() returns RPMSG_SUCCESS, we should not directly return NULL, but call rpmsg_virtio_get_tx_buffer to get the tx buffer again.

This is the new PR of #614, and you can find the detail discussions in #614

If rpmsg_virtio_notify_wait() returns RPMSG_SUCCESS, we should not
directly return NULL, but call rpmsg_virtio_get_tx_buffer to get
the tx buffer again.

Signed-off-by: Yongrong Wang <wangyongrong@xiaomi.com>
Signed-off-by: Bowen Wang <wangbowen6@xiaomi.com>
@arnopo arnopo added this to the Release V2024.10 milestone Oct 21, 2024
@arnopo
Copy link
Collaborator

arnopo commented Oct 21, 2024

@edmooring @tnmysh
To be able to freeze the code for the release and start non-regression tests, I will merged this change without your review. I considered this fix simple and that you have reviewed it as a subpart of PR #614, which you already reviewed.
Please tell me if this doesn't suit you, I will revert it.

@arnopo arnopo merged commit bb4459f into OpenAMP:main Oct 21, 2024
5 checks passed
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.

2 participants