numam-dpdk/lib/librte_vhost
Huawei Xie f14c0b4db8 vhost: remove useless code for Rx/Tx
Remove all other codes and only keep virtio_dev_rx, copy_from_mbuf_to_vring,
virtio_dev_merge_rx, virtio_dev_merge_tx.

Previous vhost merge-able feature introduces another version of tx function,
virtio_dev_merge_tx. Actually it is not related to merge-able feature but is
the fix for memcpy between mbuf and vring descriptors.
This lib will create the tx functions based on virtio_dev_merge_tx.

Signed-off-by: Huawei Xie <huawei.xie@intel.com>
Acked-by: Changchun Ouyang <changchun.ouyang@intel.com>
[Thomas: do not remove code used or moved later]
2014-10-13 19:11:38 +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: move from examples to dedicated library 2014-10-13 19:10:09 +02:00
vhost_rxtx.c vhost: remove useless code for Rx/Tx 2014-10-13 19:11:38 +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 from examples to dedicated library 2014-10-13 19:10:09 +02:00