cryptodev: fix doxygen comment of bulk alloc
authorPablo de Lara <pablo.de.lara.guarch@intel.com>
Wed, 26 Jul 2017 04:27:12 +0000 (05:27 +0100)
committerPablo de Lara <pablo.de.lara.guarch@intel.com>
Thu, 27 Jul 2017 16:49:11 +0000 (18:49 +0200)
commit15ed07656d0540ffe8552bda240fb922b55a1095
treefdca346b7a007fb0a87827f3d8bf5bae251d9f5a
parente3346dfc2c982ddc38dade0087872f656dd423c9
cryptodev: fix doxygen comment of bulk alloc

When calling rte_crypto_op_bulk_alloc, the function may
return either a 0, if not enough objects are available
in the mempool or the number of operations requested,
it there are enough available. However, the Doxygen comments
were not matching these two cases.

Fixes: c0f87eb5252b ("cryptodev: change burst API to be crypto op oriented")
Cc: stable@dpdk.org
Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
Acked-by: Fiona Trahe <fiona.trahe@intel.com>
lib/librte_cryptodev/rte_crypto.h