OpenAMP / open-amp

The main OpenAMP library implementing RPMSG, Virtio, and Remoteproc for RTOS etc
https://www.openampproject.org/
Other
678 stars 278 forks source link

virtio: Use virtqueue_get_buffer() helpers #568

Closed glneo closed 2 months ago

glneo commented 3 months ago

Length was being read without first invalidating. There are functions that handle invalidating and reading from vq_ring members. Use those here.