mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
1. call virtqueue_notification() only when buffer exist to avoid unnecessary calls to virtqueue callback. 2. call virtqueue_notification() only when vq != NULL, because rproc_virtio_notified() may be called when the virtqueues is not created: virtqueue created in the virtio/vhost driver but the virtio devices has been added to the remoteproc virtio devices list after the remoteproc transport layer create the virtio devices. Signed-off-by: Bowen Wang <wangbowen6@xiaomi.com> |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| 0001-libmetal-cmake-set-HAVE_STDATOMIC_H-default-true-in-.patch | ||
| 0001-ns-acknowledge-the-received-creation-message.patch | ||
| 0002-libmetal-atomic-enable-64-bit-atomic-by-toolchain-bu.patch | ||
| 0002-Negotiate-individual-buffer-size-dynamically.patch | ||
| 0003-mutex-change-the-libmetal-nuttx-mutex-to-recursive-m.patch | ||
| 0003-rpmsg-notify-the-user-when-the-remote-address-is-rec.patch | ||
| 0004-rpmsg-wait-ept-ready-in-rpmsg_send.patch | ||
| 0005-openamp-add-VIRTIO_RING_F_MUST_NOTIFY-event.patch | ||
| 0006-rpmsg_virtio-don-t-need-check-status-when-get_tx_pay.patch | ||
| 0007-virtqueue-move-virtqueue_nused-and-virtqueue_navail-.patch | ||
| 0008-lib-rpmsg-rpmsg_virtio-add-last-buffer-check-to-fix-.patch | ||
| 0009-virtio-change-feature-to-64-bit-in-all-virtio_dispat.patch | ||
| 0010-openamp-add-assert-when-get-tx-buffer-failed.patch | ||
| 0011-remoteproc_virtio-add-shm_io-for-remoteproc-virtio-a.patch | ||
| 0012-remoteproc-sync-the-virtio-rpmsg-config-with-linux-s.patch | ||
| 0013-virtio.h-add-mm_priv-to-struct-virtio_deivce.patch | ||
| 0014-lib-rpmsg_virtio-use-virtio_alloc_buf-to-alloc-share.patch | ||
| 0015-lib-remoteproc_virtio-optimize-virtqueue_notificatio.patch | ||
| CMakeLists.txt | ||
| Kconfig | ||
| libmetal.cmake | ||
| libmetal.defs | ||
| Makefile | ||
| open-amp.cmake | ||
| open-amp.defs | ||