> -----Original Message----- > From: Trahe, Fiona > Sent: Thursday, July 27, 2017 5:17 PM > To: De Lara Guarch, Pablo <pablo.de.lara.gua...@intel.com>; Doherty, > Declan <declan.dohe...@intel.com> > Cc: dev@dpdk.org; sta...@dpdk.org > Subject: RE: [PATCH v2] cryptodev: fix crypto op bulk alloc Doxygen > > > > > -----Original Message----- > > From: De Lara Guarch, Pablo > > Sent: Thursday, July 27, 2017 5:06 PM > > To: Trahe, Fiona <fiona.tr...@intel.com>; Doherty, Declan > > <declan.dohe...@intel.com> > > Cc: dev@dpdk.org; De Lara Guarch, Pablo > > <pablo.de.lara.gua...@intel.com>; sta...@dpdk.org > > Subject: [PATCH v2] cryptodev: fix crypto op bulk alloc Doxygen > > > > 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: sta...@dpdk.org > > > > Signed-off-by: Pablo de Lara <pablo.de.lara.gua...@intel.com> > Acked-by: Fiona Trahe <fiona.tr...@intel.com>
Applied to dpdk-next-crypto. Pablo