DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/2] examples/vhost: vhost example based on vhost lib API
@ 2014-09-18 13:19 Huawei Xie
  2014-09-18 13:19 ` [dpdk-dev] [PATCH 1/2] examples/vhost: copy old vhost example files Huawei Xie
  2014-09-18 13:19 ` [dpdk-dev] [PATCH 2/2] examples/vhost: vhost example modification to use vhost lib API Huawei Xie
  0 siblings, 2 replies; 3+ messages in thread
From: Huawei Xie @ 2014-09-18 13:19 UTC (permalink / raw)
  To: dev

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-09-18 13:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-18 13:19 [dpdk-dev] [PATCH 0/2] examples/vhost: vhost example based on vhost lib API Huawei Xie
2014-09-18 13:19 ` [dpdk-dev] [PATCH 1/2] examples/vhost: copy old vhost example files Huawei Xie
2014-09-18 13:19 ` [dpdk-dev] [PATCH 2/2] examples/vhost: vhost example modification to use vhost lib API Huawei Xie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).