Home
last modified time | relevance | path

Searched refs:rte_vhost_enqueue_burst (Results 1 – 7 of 7) sorted by relevance

/dpdk/lib/vhost/
H A Dversion.map36 rte_vhost_enqueue_burst;
H A Drte_vhost.h730 uint16_t rte_vhost_enqueue_burst(int vid, uint16_t queue_id,
H A Dvirtio_net.c1523 rte_vhost_enqueue_burst(int vid, uint16_t queue_id, in rte_vhost_enqueue_burst() function
/dpdk/examples/vhost/
H A Dmain.c1011 ret = rte_vhost_enqueue_burst(dst_vdev->vid, VIRTIO_RXQ, &m, 1); in sync_virtio_xmit()
1045 ret = rte_vhost_enqueue_burst(vdev->vid, VIRTIO_RXQ, in drain_vhost()
1374 enqueue_count = rte_vhost_enqueue_burst(vdev->vid, VIRTIO_RXQ, in drain_eth_rx()
/dpdk/doc/guides/rel_notes/
H A Drelease_16_07.rst281 * The function ``rte_vhost_enqueue_burst`` no longer supports concurrent enqueuing
/dpdk/doc/guides/prog_guide/
H A Dvhost_lib.rst188 * ``rte_vhost_enqueue_burst(vid, queue_id, pkts, count)``
/dpdk/drivers/net/vhost/
H A Drte_eth_vhost.c455 nb_pkts = rte_vhost_enqueue_burst(r->vid, r->virtqueue_id, in eth_vhost_tx()