numam-dpdk/lib/librte_cryptodev
Kirill Rybalchenko fe09afb73b cryptodev: fix device stop function
Flag dev_started should be cleared after dev_stop() function call
because the flag is checked inside the dev_stop() function.

Fixes: d11b0f30df ("cryptodev: introduce API and framework for crypto devices")
Cc: stable@dpdk.org

Signed-off-by: Kirill Rybalchenko <kirill.rybalchenko@intel.com>
Acked-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
2017-06-28 19:59:22 +02:00
..
Makefile cryptodev: add PCI driver helpers 2017-06-28 19:59:22 +02:00
rte_crypto_sym.h cryptodev: fix API digest length comments 2017-04-28 17:46:19 +02:00
rte_crypto.h lib: work around unnamed structs/unions 2016-09-13 15:35:28 +02:00
rte_cryptodev_pci.h cryptodev: add PCI driver helpers 2017-06-28 19:59:22 +02:00
rte_cryptodev_pmd.c cryptodev: add PCI driver helpers 2017-06-28 19:59:22 +02:00
rte_cryptodev_pmd.h cryptodev: remove unused driver struct 2017-06-28 19:59:22 +02:00
rte_cryptodev_vdev.h cryptodev: move vdev functions to a separate file 2017-06-28 19:59:22 +02:00
rte_cryptodev_version.map cryptodev: remove unused PCI probe/remove 2017-06-28 19:59:22 +02:00
rte_cryptodev.c cryptodev: fix device stop function 2017-06-28 19:59:22 +02:00
rte_cryptodev.h cryptodev: remove unused driver struct 2017-06-28 19:59:22 +02:00