[dpdk-dev] [PATCH v7 05/10] cryptodev: Initial DPDK Crypto APIs and device framework release

Thomas Monjalon thomas.monjalon at 6wind.com
Wed Nov 25 01:32:15 CET 2015


2015-11-13 18:58, Declan Doherty:
>  lib/librte_cryptodev/rte_crypto.h              |  613 +++++++++++++
>  lib/librte_cryptodev/rte_cryptodev.c           | 1092 ++++++++++++++++++++++++
>  lib/librte_cryptodev/rte_cryptodev.h           |  649 ++++++++++++++

Doxygen reports some errors:

lib/librte_cryptodev/rte_crypto.h:565: warning: unable to resolve reference to `rte_crypto_hash_setup_data' for \ref command

lib/librte_cryptodev/rte_crypto.h:585: warning: argument 'm' of command @param is not found in the argument list of __rte_crypto_op_reset(struct rte_crypto_op *op)

lib/librte_cryptodev/rte_crypto.h:589: warning: unable to resolve reference to `rte_crypto_hash_params' for \ref command                                                                                                          

lib/librte_cryptodev/rte_crypto.h:593: warning: The following parameters of __rte_crypto_op_reset(struct rte_crypto_op *op) are not documented:

lib/librte_cryptodev/rte_cryptodev.h:241: warning: argument 'nb_qp_queue' of command @param is not found in the argument list of rte_cryptodev_configure(uint8_t dev_id, struct rte_cryptodev_config *config)

lib/librte_cryptodev/rte_cryptodev.h:256: warning: The following parameters of rte_cryptodev_configure(uint8_t dev_id, struct rte_cryptodev_config *config) are not documented:

lib/librte_cryptodev/rte_cryptodev.h:563: warning: argument 'queue_id' of command @param is not found in the argument list of rte_cryptodev_enqueue_burst(uint8_t dev_id, uint16_t qp_id, struct rte_mbuf **pkts, uint16_t nb_pkts)

lib/librte_cryptodev/rte_cryptodev.h:563: warning: argument 'tx_pkts' of command @param is not found in the argument list of rte_cryptodev_enqueue_burst(uint8_t dev_id, uint16_t qp_id, struct rte_mbuf **pkts, uint16_t nb_pkts)

lib/librte_cryptodev/rte_cryptodev.h:593: warning: The following parameters of rte_cryptodev_enqueue_burst(uint8_t dev_id, uint16_t qp_id, struct rte_mbuf **pkts, uint16_t nb_pkts) are not documented:



More information about the dev mailing list