Re: [dpdk-dev] [PATCH] lib/gro: fix doxygen comment issue

2017-07-21 Thread Thomas Monjalon
11/07/2017 09:18, Jiayu Hu: > This patch updates GRO API comments to generate correct > API documentation by doxygen. > > Signed-off-by: Jiayu Hu Applied with the small fix below, thanks For rte_gro_timeout_flush: - * @param nb_out + * @param max_nb_out

[dpdk-dev] [PATCH] lib/gro: fix doxygen comment issue

2017-07-10 Thread Jiayu Hu
This patch updates GRO API comments to generate correct API documentation by doxygen. Signed-off-by: Jiayu Hu --- lib/librte_gro/rte_gro.h | 30 +++--- 1 file changed, 19 insertions(+), 11 deletions(-) diff --git a/lib/librte_gro/rte_gro.h b/lib/librte_gro/rte_gro.h inde