[dpdk-dev] [PATCH 0/2] examples/vhost: vhost example based on vhost lib API

Huawei Xie huawei.xie at intel.com
Thu Sep 18 15:19:48 CEST 2014


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



More information about the dev mailing list