OpenAMP / open-amp

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

openamp: add VIRTIO_RING_F_MUST_NOTIFY event #612

Closed wyr-7 closed 1 month ago

wyr-7 commented 2 months ago

add VIRTIO_RING_F_MUST_NOTIFY support to can't suppress interrupt

arnopo commented 2 months ago

I can not find this feature bit in the VIRTIO specification. Without this prerequisite, it seems to me not possible to integrate it in the library. Could you describe the use case you are trying to solve with this bit?

CV-Bowen commented 1 month ago

@arnopo This feature bit is used to prevet local core to access the share memory (avail.flag and used.flag) managered by remote core to solve the lower power issue. And after the discussion, we think this patch is not a common modification and will close this PR. @wyr-7