numam-dpdk/lib/librte_cryptodev
Kirill Rybalchenko 26c4ab1a16 cryptodev: remove crypto operation status value
Crypto operation status RTE_CRYPTO_OP_STATUS_ENQUEUED is removed
from rte_crypto.h as it is not needed for crypto operation processing.
This status value is redundant to RTE_CRYPTO_OP_STATUS_NOT_PROCESSED value
and it was not intended to be part of public API.

Signed-off-by: Kirill Rybalchenko <kirill.rybalchenko@intel.com>
Acked-by: Declan Doherty <declan.doherty@intel.com>
2017-07-19 17:26:45 +03:00
..
Makefile cryptodev: move session type to generic crypto op 2017-07-06 22:22:09 +02:00
rte_crypto_sym.h cryptodev: reorder auth transform 2017-07-19 14:10:41 +03:00
rte_crypto.h cryptodev: remove crypto operation status value 2017-07-19 17:26:45 +03: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 session init internal function 2017-07-06 22:34:55 +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: support device independent sessions 2017-07-06 22:34:55 +02:00
rte_cryptodev.c cryptodev: remove AAD size in auth capabilities 2017-07-19 14:10:41 +03:00
rte_cryptodev.h cryptodev: remove AAD size in auth capabilities 2017-07-19 14:10:41 +03:00