numam-dpdk/drivers/crypto/null
Pablo de Lara 27391b53b3 cryptodev: fix session init return value
When calling rte_cryptodev_sym_session_init(),
if there was an error, it returned -1, instead
of returning the specific error code, which can
be valuable for the application for error handling.

Fixes: b3bbd9e5f2 ("cryptodev: support device independent sessions")

Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
Acked-by: Akhil Goyal <akhil.goyal@nxp.com>
Acked-by: Fiona Trahe <fiona.trahe@intel.com>
2017-07-27 17:25:54 +02:00
..
Makefile mk: optimize directory dependencies 2017-03-27 23:28:43 +02:00
null_crypto_pmd_ops.c cryptodev: fix session init return value 2017-07-27 17:25:54 +02:00
null_crypto_pmd_private.h cryptodev: remove crypto device driver name 2017-07-06 22:34:53 +02:00
null_crypto_pmd.c cryptodev: fix session init return value 2017-07-27 17:25:54 +02:00
rte_pmd_null_crypto_version.map null_crypto: add driver for null crypto operations 2016-03-11 02:16:18 +01:00