Re: [dpdk-dev] [PATCH] vhost: add doxygen comment to vDPA header

2018-10-11 Thread Ye Xiaolong
On 10/11, Ferruh Yigit wrote: >On 10/10/2018 10: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 > ><...> > >> @@ -29,6 +32,9 @@ struct rte_vdpa_dev_addr { >> }; >> }; >> >> +/**

Re: [dpdk-dev] [PATCH] vhost: add doxygen comment to vDPA header

2018-10-11 Thread Ferruh Yigit
On 10/10/2018 10: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 <...> > @@ -29,6 +32,9 @@ struct rte_vdpa_dev_addr { > }; > }; > > +/** > + * vdpa device operations > + */ > str

Re: [dpdk-dev] [PATCH] vhost: add doxygen comment to vDPA header

2018-10-11 Thread Maxime Coquelin
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 chan

[dpdk-dev] [PATCH] vhost: add doxygen comment to vDPA header

2018-10-09 Thread Xiaolong Ye
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(-) diff --git a