Old vhost example consists of vhost cuse driver, virtio device management, and VMDQ based packet switching logic. vhost cuse driver and virtio device management are moved into vhost lib. This patch modifies vhost example to use vhost lib API.
Huawei Xie (2): copy main.c main.h from old vhost example modify vhost example to use vhost lib API examples/vhost/Makefile | 52 + examples/vhost/main.c | 3045 +++++++++++++++++++++++++++++++++++++++++++++++ examples/vhost/main.h | 123 ++ 3 files changed, 3220 insertions(+) create mode 100644 examples/vhost/Makefile create mode 100644 examples/vhost/main.c create mode 100644 examples/vhost/main.h -- 1.8.1.4