Branch: refs/heads/main Home: https://github.com/OpenAMP/open-amp Commit: 40820be22369fb96c6ead4a7b17a506aa0d16745 https://github.com/OpenAMP/open-amp/commit/40820be22369fb96c6ead4a7b17a506aa... Author: Andrew Davis afd@ti.com Date: 2024-05-16 (Thu, 16 May 2024)
Changed paths: M lib/rpmsg/rpmsg_virtio.c
Log Message: ----------- rpmsg_virtio: Move returned buffer kick to common location
After returning a buffer we kick the other side. This is done after both call sites of the function that returns the buffer. Move this kick call into that function to reduce code duplication and prevent it from not being done after returning the buffer.
Signed-off-by: Andrew Davis afd@ti.com
Commit: bf8722873052c7e67b90e6a18e70859710ea070d https://github.com/OpenAMP/open-amp/commit/bf8722873052c7e67b90e6a18e7085971... Author: Andrew Davis afd@ti.com Date: 2024-05-16 (Thu, 16 May 2024)
Changed paths: M lib/rpmsg/rpmsg_virtio.c
Log Message: ----------- rpmsg_virtio: Move get RX buffer into receive loop
This allows us to only need to call rpmsg_virtio_get_rx_buffer() once at the start of the loop and is easier to comprehend.
Signed-off-by: Andrew Davis afd@ti.com
Compare: https://github.com/OpenAMP/open-amp/compare/7257deaab349...bf8722873052
To unsubscribe from these emails, change your notification settings at https://github.com/OpenAMP/open-amp/settings/notifications
openamp-rp@lists.openampproject.org