From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxime Coquelin Subject: Re: [PATCH] vhost: add doxygen comment to vDPA header Date: Thu, 11 Oct 2018 14:42:11 +0200 Message-ID: References: <20181010091447.64542-1-xiaolong.ye@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: xiao.w.wang@intel.com To: Xiaolong Ye , dev@dpdk.org, Tiwei Bie , Zhihong Wang , Ferruh Yigit Return-path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id CB3291B4A2 for ; Thu, 11 Oct 2018 14:42:16 +0200 (CEST) In-Reply-To: <20181010091447.64542-1-xiaolong.ye@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 10/10/2018 11:14 AM, Xiaolong Ye wrote: > As APIs in rte_vdpa.h are public, we need to add doxygen comments > to all APIs and structures. > > Signed-off-by: Xiaolong Ye > --- > doc/api/doxy-api-index.md | 1 + > lib/librte_vhost/rte_vdpa.h | 54 +++++++++++++++++++++++++++++++++---- > 2 files changed, 50 insertions(+), 5 deletions(-) > Looks good to me: Reviewed-by: Maxime Coquelin Thanks, Maxime