vhost: remove vhost-cuse
authorYuanhan Liu <yuanhan.liu@linux.intel.com>
Thu, 18 Aug 2016 08:48:37 +0000 (16:48 +0800)
committerYuanhan Liu <yuanhan.liu@linux.intel.com>
Tue, 13 Sep 2016 03:25:08 +0000 (05:25 +0200)
commit466d914b017e1ae84e84cc3a6d5af78fb5ce13e6
tree23bf877d5d20ac6f7daa4be79560ff05acb8d969
parent6545392887c46d0c8a2006baa0f372ecf7387e90
vhost: remove vhost-cuse

remove vhost-cuse code, including the eventfd_link kernel module that
is for vhost-cuse only.

The lib/virt/qemu-wrap.py is also removed, as it's mainly for vhost-cuse
usage.

As we have one vhost implementation now, one vhost config option is
needed only. Thus, CONFIG_RTE_LIBRTE_VHOST_USER is removed.

Signed-off-by: Yuanhan Liu <yuanhan.liu@linux.intel.com>
Reviewed-by: Maxime Coquelin <maxime.coquelin@redhat.com>
13 files changed:
config/common_base
doc/guides/rel_notes/deprecation.rst
lib/librte_vhost/Makefile
lib/librte_vhost/eventfd_link/Makefile [deleted file]
lib/librte_vhost/eventfd_link/eventfd_link.c [deleted file]
lib/librte_vhost/eventfd_link/eventfd_link.h [deleted file]
lib/librte_vhost/libvirt/qemu-wrap.py [deleted file]
lib/librte_vhost/vhost_cuse/eventfd_copy.c [deleted file]
lib/librte_vhost/vhost_cuse/eventfd_copy.h [deleted file]
lib/librte_vhost/vhost_cuse/vhost-net-cdev.c [deleted file]
lib/librte_vhost/vhost_cuse/virtio-net-cdev.c [deleted file]
lib/librte_vhost/vhost_cuse/virtio-net-cdev.h [deleted file]
mk/rte.app.mk