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 <xiaolong...@intel.com> --- 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_vhost/rte_vdpa.h | 96 +++++++++++++++++++++++++++++++------ 2 files changed, 83 insertions(+), 14 deletions(-)
Applied to dpdk-next-virtio/master. Thanks, Maxime