examples/vhost: remove functions implemented in lib
authorHuawei Xie <huawei.xie@intel.com>
Mon, 20 Oct 2014 04:38:14 +0000 (12:38 +0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 23 Oct 2014 09:18:54 +0000 (11:18 +0200)
commitd476ed5d9b380acbe591e176490a912502cde621
tree7159d81012998ae5d2cee796302166cfeeb53f64
parentd19533e86f1db2c3b4b944ab40171386ea076d54
examples/vhost: remove functions implemented in lib

Those functions are integrated into the user space vhost library:
virtio_dev_rx, virtio_dev_merge_rx, virtio_dev_tx, virtio_dev_merge_tx,
copy_from_mbuf_to_ring, gpa_to_vva.

Signed-off-by: Huawei Xie <huawei.xie@intel.com>
Acked-by: Changchun Ouyang <changchun.ouyang@intel.com>
examples/vhost/main.c