From 32f9289dd44f7e7a0979304c799d2114862b45b2 Mon Sep 17 00:00:00 2001 From: Marcin Smoczynski Date: Thu, 6 Feb 2020 13:36:02 +0100 Subject: [PATCH] cryptodev: fix doxygen of CPU crypto API Add missing doxygen comment of rte_crypto_mbuf_to_vec's fields. Fixes: 7adf992fb9bf ("cryptodev: introduce CPU crypto API") Signed-off-by: Marcin Smoczynski Acked-by: Konstantin Ananyev --- lib/librte_cryptodev/rte_crypto_sym.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/librte_cryptodev/rte_crypto_sym.h b/lib/librte_cryptodev/rte_crypto_sym.h index deb46971fe..9e887c110c 100644 --- a/lib/librte_cryptodev/rte_crypto_sym.h +++ b/lib/librte_cryptodev/rte_crypto_sym.h @@ -861,7 +861,9 @@ __rte_crypto_sym_op_attach_sym_session(struct rte_crypto_sym_op *sym_op, * @param len * Length of data to represent. * @param vec + * Pointer to an output array of IO vectors. * @param num + * Size of an output array. * @return * - number of successfully filled entries in *vec* array. * - negative number of elements in *vec* array required. -- 2.20.1