2016-03-10 15:41, Fiona Trahe:
> lib/librte_cryptodev/rte_crypto_sym.h              | 374 ++++++------

Sorry there is another issue:

rte_crypto_sym.h:622: warning: argument 'op' of command @param is not found in 
the argument list of __rte_crypto_sym_op_attach_sym_session(struct 
rte_crypto_sym_op *sym_op, struct rte_cryptodev_sym_session *sess)
rte_crypto_sym.h:628: warning: The following parameters of 
__rte_crypto_sym_op_attach_sym_session(struct rte_crypto_sym_op *sym_op, struct 
rte_cryptodev_sym_session *sess) are not documented:
  parameter 'sym_op'
rte_crypto_sym.h:592: warning: unable to resolve reference to 
`rte_cryptodev_session_create' for \ref command

I've fixed it with the following changes:

                         * The length of the data pointed to by this field is
                         * set up for the session in the @ref
                         * rte_crypto_auth_xform structure as part of the @ref
-                        * rte_cryptodev_session_create function call.  This
-                        * length must not exceed 240 bytes.
+                        * rte_cryptodev_sym_session_create function call.
+                        * This length must not exceed 240 bytes.

 /**
  * Attach a session to a symmetric crypto operation
  *
- * @param      op      crypto operation
+ * @param      sym_op  crypto operation
  * @param      sess    cryptodev session
  */

Reply via email to