numam-dpdk/lib/librte_vhost
Huawei Xie a4fff3bba8 vhost: enqueue/dequeue burst
rte_vhost_enqueue_burst copies host packets to guest.
rte_vhost_enqueue_burst will call virtio_dev_rx and virtio_dev_merge_rx
respectively depending on whether merge-able feature is negotiated or not
in the vhost device.

virtio_dev_merge_tx is renamed to rte_vhost_dequeue_burst.
rte_vhost_dequeue_burst gets to-be-sent packets from guest.

Signed-off-by: Huawei Xie <huawei.xie@intel.com>
Acked-by: Changchun Ouyang <changchun.ouyang@intel.com>
[Thomas: merged patches]
2014-10-13 19:16:54 +02:00
..
eventfd_link vhost: move from examples to dedicated library 2014-10-13 19:10:09 +02:00
libvirt vhost: move from examples to dedicated library 2014-10-13 19:10:09 +02:00
rte_virtio_net.h vhost: enqueue/dequeue burst 2014-10-13 19:16:54 +02:00
vhost_rxtx.c vhost: enqueue/dequeue burst 2014-10-13 19:16:54 +02:00
vhost-net-cdev.c vhost: move from examples to dedicated library 2014-10-13 19:10:09 +02:00
vhost-net-cdev.h vhost: move from examples to dedicated library 2014-10-13 19:10:09 +02:00
virtio-net.c vhost: move internal structure 2014-10-13 19:13:10 +02:00