From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v5 02/10] vhost: provide helper for host notifier ctrl Date: Tue, 18 Dec 2018 15:37:04 +0000 Message-ID: <1c154dd2-36ab-d34a-9d21-9d18707c76fc@intel.com> References: <20181214211612.167681-4-xiao.w.wang@intel.com> <20181218080207.178666-1-xiao.w.wang@intel.com> <20181218080207.178666-3-xiao.w.wang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 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, maxime.coquelin@redhat.com Return-path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id C4B731BABD for ; Tue, 18 Dec 2018 16:37:08 +0100 (CET) In-Reply-To: <20181218080207.178666-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/18/2018 8:01 AM, Xiao Wang wrote: > @@ -155,4 +157,20 @@ > > rte_vdpa_get_device(int did); > > */ > int __rte_experimental > rte_vdpa_get_device_num(void); > + > +/** > + * @warning > + * @b EXPERIMENTAL: this API may change without prior notice > + * > + * Enable/Disable host notifier mapping for a vdpa port. > + * > + * @param vid > + * vhost device id > + * @enable > + * true for host notifier map, false for host notifier unmap '@enable' is causing doc build warning, will fix on the repo.