nxp-mcuxpresso / rpmsg-lite

RPMsg implementation for small MCUs
BSD 3-Clause "New" or "Revised" License
235 stars 74 forks source link

[QUESTION] virtio VIRTIO_F_EVENT_IDX #46

Open kmkorym opened 10 months ago

kmkorym commented 10 months ago

Does rpmsg-lite support VIRTIO_F_EVENT_IDX ? In my use case the remote side will set a value to reduce notify interrupt genereted by host. If it does, where can I find an example to use it?

MichalPrincNXP commented 10 months ago

Hello @kmkorym , I am afraid the VIRTIO_F_EVENT_IDX interrupt is not supported in rpmsg_lite (as a result of light-weighting the rpmsg implementation).