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

Function virtio_control_queue_notify

dpdk/drivers/net/virtio/virtio_ethdev.c:224–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222}
223
224static void
225virtio_control_queue_notify(struct virtqueue *vq, __rte_unused void *cookie)
226{
227 virtqueue_notify(vq);
228}
229
230static int
231virtio_init_queue(struct rte_eth_dev *dev, uint16_t queue_idx)

Callers

nothing calls this directly

Calls 1

virtqueue_notifyFunction · 0.70

Tested by

no test coverage detected