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

Function virtqueue_notify

dpdk/drivers/crypto/virtio/virtqueue.h:143–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143static inline void
144virtqueue_notify(struct virtqueue *vq)
145{
146 /*
147 * Ensure updated avail->idx is visible to host.
148 * For virtio on IA, the notification is through io port operation
149 * which is a serialization instruction itself.
150 */
151 VTPCI_OPS(vq->hw)->notify_queue(vq->hw, vq);
152}
153
154/**
155 * Dump virtqueue internal structures, for debug purpose only.

Callers 3

Calls

no outgoing calls

Tested by

no test coverage detected