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

2018-10-16 Thread Maxime Coquelin
On 10/12/2018 10:52 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 --- changes from v1: 1. add descriptions for all fields of structs 2. add warning section for all __rte_experimental API do

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

2018-10-12 Thread Maxime Coquelin
On 10/12/2018 10:52 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 Reviewed-by: Maxime Coquelin --- changes from v1: 1. add descriptions for all fields of structs 2. add warning section for

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

2018-10-12 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 --- changes from v1: 1. add descriptions for all fields of structs 2. add warning section for all __rte_experimental API doc/api/doxy-api-index.md | 1 + lib/librte_vhos