From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxime Coquelin Subject: Re: [PATCH v3 0/2] vhost: support host notifier Date: Fri, 15 Jun 2018 10:00:06 +0200 Message-ID: References: <20180608032224.22049-1-tiwei.bie@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit To: Tiwei Bie , dev@dpdk.org Return-path: Received: from mx1.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by dpdk.org (Postfix) with ESMTP id 871961D6C8 for ; Fri, 15 Jun 2018 10:00:09 +0200 (CEST) In-Reply-To: <20180608032224.22049-1-tiwei.bie@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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