[dpdk-dev] [PATCH 1/7] vhost: remove vhost-cuse

2016-08-29 Thread Yuanhan Liu
On Mon, Aug 22, 2016 at 03:46:11PM +0200, Thomas Monjalon wrote: > 2016-08-18 16:48, Yuanhan Liu: > > remove vhost-cuse code, including the eventfd_link kernel module that > > is for vhost-cuse only. > > Please, remove also the deprecation notice. Thanks Applied to dpdk-next-virtio, with the depr

[dpdk-dev] [PATCH 1/7] vhost: remove vhost-cuse

2016-08-24 Thread Maxime Coquelin
On 08/18/2016 10:48 AM, Yuanhan Liu wrote: > 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 i

[dpdk-dev] [PATCH 1/7] vhost: remove vhost-cuse

2016-08-22 Thread Yuanhan Liu
On Mon, Aug 22, 2016 at 03:46:11PM +0200, Thomas Monjalon wrote: > 2016-08-18 16:48, Yuanhan Liu: > > remove vhost-cuse code, including the eventfd_link kernel module that > > is for vhost-cuse only. > > Please, remove also the deprecation notice. Thanks Yes, David also reminded me about that soo

[dpdk-dev] [PATCH 1/7] vhost: remove vhost-cuse

2016-08-22 Thread Thomas Monjalon
2016-08-18 16:48, Yuanhan Liu: > remove vhost-cuse code, including the eventfd_link kernel module that > is for vhost-cuse only. Please, remove also the deprecation notice. Thanks

[dpdk-dev] [PATCH 1/7] vhost: remove vhost-cuse

2016-08-18 Thread Yuanhan Liu
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 remo