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

Function sync_dequeue_pkts

dpdk/examples/vhost/main.c:1436–1441  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1434}
1435
1436uint16_t sync_dequeue_pkts(struct vhost_dev *dev, uint16_t queue_id,
1437 struct rte_mempool *mbuf_pool,
1438 struct rte_mbuf **pkts, uint16_t count)
1439{
1440 return rte_vhost_dequeue_burst(dev->vid, queue_id, mbuf_pool, pkts, count);
1441}
1442
1443static __rte_always_inline void
1444drain_virtio_tx(struct vhost_dev *vdev)

Callers

nothing calls this directly

Calls 1

rte_vhost_dequeue_burstFunction · 0.85

Tested by

no test coverage detected