From c4000fe51830a27e5e753964f9cfde0a7d480460 Mon Sep 17 00:00:00 2001 From: Billy O'Mahony Date: Mon, 27 Nov 2017 11:40:28 +0000 Subject: [PATCH] cryptodev: extend sym session doxygen info Signed-off-by: Billy O'Mahony Acked-by: Fiona Trahe --- lib/librte_cryptodev/rte_cryptodev.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/librte_cryptodev/rte_cryptodev.h b/lib/librte_cryptodev/rte_cryptodev.h index ed92f9822e..c8fa68935c 100644 --- a/lib/librte_cryptodev/rte_cryptodev.h +++ b/lib/librte_cryptodev/rte_cryptodev.h @@ -891,7 +891,10 @@ rte_cryptodev_enqueue_burst(uint8_t dev_id, uint16_t qp_id, } -/** Cryptodev symmetric crypto session */ +/** Cryptodev symmetric crypto session + * Each session is derived from a fixed xform chain. Therefore each session + * has a fixed algo, key, op-type, digest_len etc. + */ struct rte_cryptodev_sym_session { __extension__ void *sess_private_data[0]; /**< Private session material */ -- 2.20.1