[dpdk-dev] [PATCH 0/3] vhost: comments and doc update due to vhost-cuse removal

Yuanhan Liu yuanhan.liu at linux.intel.com
Wed Nov 2 04:14:58 CET 2016


Here is a small patchset of updating vhost programming and sample guide
and comments, due to the removal of vhost-cuse.

---
Yuanhan Liu (3):
  doc: update vhost programming guide
  doc: update the vhost sample guide
  vhost: update comments

 doc/guides/prog_guide/vhost_lib.rst                |  62 +-
 doc/guides/sample_app_ug/img/qemu_virtio_net.png   | Bin 31557 -> 0 bytes
 doc/guides/sample_app_ug/img/tx_dpdk_testpmd.png   | Bin 76019 -> 0 bytes
 doc/guides/sample_app_ug/img/vhost_net_arch.png    | Bin 154920 -> 0 bytes
 .../sample_app_ug/img/vhost_net_sample_app.png     | Bin 23800 -> 0 bytes
 .../sample_app_ug/img/virtio_linux_vhost.png       | Bin 30290 -> 0 bytes
 doc/guides/sample_app_ug/index.rst                 |  10 -
 doc/guides/sample_app_ug/tep_termination.rst       |  54 +-
 doc/guides/sample_app_ug/vhost.rst                 | 869 +++------------------
 examples/tep_termination/main.c                    |   7 +-
 examples/vhost/main.c                              |   4 +-
 examples/vhost_xen/main.c                          |   3 +-
 lib/librte_vhost/rte_virtio_net.h                  |   5 +-
 lib/librte_vhost/vhost.c                           |   9 +-
 lib/librte_vhost/vhost.h                           |   4 +-
 15 files changed, 148 insertions(+), 879 deletions(-)
 delete mode 100644 doc/guides/sample_app_ug/img/qemu_virtio_net.png
 delete mode 100644 doc/guides/sample_app_ug/img/tx_dpdk_testpmd.png
 delete mode 100644 doc/guides/sample_app_ug/img/vhost_net_arch.png
 delete mode 100644 doc/guides/sample_app_ug/img/vhost_net_sample_app.png
 delete mode 100644 doc/guides/sample_app_ug/img/virtio_linux_vhost.png

-- 
1.9.0



More information about the dev mailing list