MCPcopy Create free account
hub / github.com/F-Stack/f-stack / virtqueue_notify

Function virtqueue_notify

dpdk/drivers/net/virtio/virtqueue.h:522–526  ·  view source on GitHub ↗

* virtqueue_kick_prepare*() or the virtio_wmb() should be called * before this function to be sure that all the data is visible to vhost. */

Source from the content-addressed store, hash-verified

520 * before this function to be sure that all the data is visible to vhost.
521 */
522static inline void
523virtqueue_notify(struct virtqueue *vq)
524{
525 VIRTIO_OPS(vq->hw)->notify_queue(vq->hw, vq);
526}
527
528#ifdef RTE_LIBRTE_VIRTIO_DEBUG_DUMP
529#define VIRTQUEUE_DUMP(vq) do { \

Callers 15

virtio_recv_pkts_vecFunction · 0.70
virtio_dev_startFunction · 0.70
virtio_recv_pktsFunction · 0.70
virtio_recv_pkts_packedFunction · 0.70
virtio_recv_pkts_inorderFunction · 0.70
virtio_xmit_pkts_packedFunction · 0.70
virtio_xmit_pktsFunction · 0.70
virtio_xmit_pkts_inorderFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected