[dpdk-dev,v3,0/2] vhost: support host notifier

Message ID 20180608032224.22049-1-tiwei.bie@intel.com (mailing list archive)
Headers
Series vhost: support host notifier |

Message

Tiwei Bie June 8, 2018, 3:22 a.m. UTC
  The host notifier support in vhost-user has been merged
into QEMU. This patch set enables the support for host
notifier in DPDK vhost-user and ifcvf driver.

The original subject is:
Extend vhost to support VFIO based accelerator

v3:
- Address the changes in QEMU
- Minor fixes and refinements

Tiwei Bie (2):
  vhost: support host notifier
  net/ifcvf: enable the host notifier support

 drivers/net/ifc/ifcvf_vdpa.c  |   3 +
 lib/librte_vhost/rte_vhost.h  |   8 ++
 lib/librte_vhost/vhost.c      |   3 +
 lib/librte_vhost/vhost.h      |   1 +
 lib/librte_vhost/vhost_user.c | 146 ++++++++++++++++++++++++++++++++++
 lib/librte_vhost/vhost_user.h |  13 ++-
 6 files changed, 173 insertions(+), 1 deletion(-)
  

Comments

Maxime Coquelin June 15, 2018, 7:35 a.m. UTC | #1
On 06/08/2018 05:22 AM, Tiwei Bie wrote:
> The host notifier support in vhost-user has been merged
> into QEMU. This patch set enables the support for host
> notifier in DPDK vhost-user and ifcvf driver.
> 
> The original subject is:
> Extend vhost to support VFIO based accelerator
> 
> v3:
> - Address the changes in QEMU
> - Minor fixes and refinements
> 
> Tiwei Bie (2):
>    vhost: support host notifier
>    net/ifcvf: enable the host notifier support
> 
>   drivers/net/ifc/ifcvf_vdpa.c  |   3 +
>   lib/librte_vhost/rte_vhost.h  |   8 ++
>   lib/librte_vhost/vhost.c      |   3 +
>   lib/librte_vhost/vhost.h      |   1 +
>   lib/librte_vhost/vhost_user.c | 146 ++++++++++++++++++++++++++++++++++
>   lib/librte_vhost/vhost_user.h |  13 ++-
>   6 files changed, 173 insertions(+), 1 deletion(-)
> 

For the series:
Reviewed-by: Maxime Coquelin <maxime.coquelin@redhat.com>

Thanks!
Maxime
  
Maxime Coquelin June 15, 2018, 8 a.m. UTC | #2
On 06/08/2018 05:22 AM, Tiwei Bie wrote:
> The host notifier support in vhost-user has been merged
> into QEMU. This patch set enables the support for host
> notifier in DPDK vhost-user and ifcvf driver.
> 
> The original subject is:
> Extend vhost to support VFIO based accelerator
> 
> v3:
> - Address the changes in QEMU
> - Minor fixes and refinements
> 
> Tiwei Bie (2):
>    vhost: support host notifier
>    net/ifcvf: enable the host notifier support
> 
>   drivers/net/ifc/ifcvf_vdpa.c  |   3 +
>   lib/librte_vhost/rte_vhost.h  |   8 ++
>   lib/librte_vhost/vhost.c      |   3 +
>   lib/librte_vhost/vhost.h      |   1 +
>   lib/librte_vhost/vhost_user.c | 146 ++++++++++++++++++++++++++++++++++
>   lib/librte_vhost/vhost_user.h |  13 ++-
>   6 files changed, 173 insertions(+), 1 deletion(-)
> 

Applied to dpdk-next-virtio/master

Thanks,
Maxime