From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxime Coquelin Subject: Re: [PATCH v4 02/10] vhost: provide helper for host notifier ctrl Date: Sun, 16 Dec 2018 10:00:41 +0100 Message-ID: References: <20181213100910.13087-2-xiao.w.wang@intel.com> <20181214211612.167681-1-xiao.w.wang@intel.com> <20181214211612.167681-3-xiao.w.wang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: alejandro.lucero@netronome.com, dev@dpdk.org, zhihong.wang@intel.com, xiaolong.ye@intel.com To: Xiao Wang , tiwei.bie@intel.com Return-path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id 161EA1B8CB for ; Sun, 16 Dec 2018 10:00:47 +0100 (CET) In-Reply-To: <20181214211612.167681-3-xiao.w.wang@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 12/14/18 10:16 PM, Xiao Wang wrote: > VDPA driver can decide if it needs to enable/disable the host notifier > mapping, so exposing a API can allow flexibility. A later patch will > base on this. > > Signed-off-by: Xiao Wang > --- > drivers/net/ifc/ifcvf_vdpa.c | 3 +++ > lib/librte_vhost/rte_vdpa.h | 18 ++++++++++++++++++ > lib/librte_vhost/rte_vhost_version.map | 1 + > lib/librte_vhost/vhost_user.c | 7 +------ > 4 files changed, 23 insertions(+), 6 deletions(-) Reviewed-by: Maxime Coquelin Thanks, Maxime