Re: [dpdk-dev] [PATCH] ethdev: add missing doxygen

2018-01-19 Thread Ferruh Yigit
On 1/19/2018 8:10 PM, Ferruh Yigit wrote: > On 1/19/2018 11:42 AM, Radu Nicolau wrote: >> Added missing doxygen for rte_eth_dev_get_sec_ctx >> and moved the declaration to the proper place. >> >> Signed-off-by: Radu Nicolau > > Reviewed-by: Ferruh Yigit Applied to dpdk-next-net/master, thanks.

Re: [dpdk-dev] [PATCH] ethdev: add missing doxygen

2018-01-19 Thread Ferruh Yigit
On 1/19/2018 11:42 AM, Radu Nicolau wrote: > Added missing doxygen for rte_eth_dev_get_sec_ctx > and moved the declaration to the proper place. > > Signed-off-by: Radu Nicolau Reviewed-by: Ferruh Yigit

[dpdk-dev] [PATCH] ethdev: add missing doxygen

2018-01-19 Thread Radu Nicolau
Added missing doxygen for rte_eth_dev_get_sec_ctx and moved the declaration to the proper place. Signed-off-by: Radu Nicolau --- lib/librte_ether/rte_ethdev.h | 17 ++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/lib/librte_ether/rte_ethdev.h b/lib/librte_ether/r