-
Notifications
You must be signed in to change notification settings - Fork 293
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
A method for sender to return a buffer acquired via rpmsg_get_tx_payload_buffer #361
Comments
Currently, nothing is implemented in Virtio to put the TX buffer back in the available list. |
FYI, I've started to investigate the problem and have a prototype that seems to address it. |
I don't see a way for a sender to return a buffer to the pool in the case of tx failure. Is the only option to continue to try tx until the data is successfully sent? Has rpmsg_release_tx_buffer API been considered?
The text was updated successfully, but these errors were encountered: