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

Function sync_enqueue_pkts

dpdk/examples/vhost/main.c:1372–1377  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1370}
1371
1372uint16_t
1373sync_enqueue_pkts(struct vhost_dev *dev, uint16_t queue_id,
1374 struct rte_mbuf **pkts, uint32_t rx_count)
1375{
1376 return rte_vhost_enqueue_burst(dev->vid, queue_id, pkts, rx_count);
1377}
1378
1379static __rte_always_inline void
1380drain_eth_rx(struct vhost_dev *vdev)

Callers

nothing calls this directly

Calls 1

rte_vhost_enqueue_burstFunction · 0.85

Tested by

no test coverage detected