Pablo de Lara 15ed07656d 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>
2017-07-27 18:49:11 +02:00
..
2017-07-16 17:30:06 +02:00
2017-07-21 19:33:46 +03:00
2017-07-21 18:01:43 +03:00
2017-07-16 17:30:06 +02:00
2017-07-04 14:39:18 +02:00
2017-07-19 22:49:47 +03:00