numam-dpdk/drivers/crypto/zuc
Slawomir Mrozowicz 7a364faef1 cryptodev: remove crypto device type enumeration
Changes device type identification to be based on a unique
driver id replacing the current device type enumeration, which needed
library changes every time a new crypto driver was added.

The driver id is assigned dynamically during driver registration using
the new macro RTE_PMD_REGISTER_CRYPTO_DRIVER which returns a unique
uint8_t identifier for that driver. New APIs are also introduced
to allow retrieval of the driver id using the driver name.

Signed-off-by: Slawomir Mrozowicz <slawomirx.mrozowicz@intel.com>
Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
Acked-by: Declan Doherty <declan.doherty@intel.com>
2017-07-06 22:34:20 +02:00
..
Makefile mk: optimize directory dependencies 2017-03-27 23:28:43 +02:00
rte_pmd_zuc_version.map crypto/zuc: add driver for ZUC library 2016-10-08 17:53:10 +02:00
rte_zuc_pmd_ops.c cryptodev: remove crypto device type enumeration 2017-07-06 22:34:20 +02:00
rte_zuc_pmd_private.h cryptodev: do not use AAD in wireless algorithms 2017-07-06 22:26:49 +02:00
rte_zuc_pmd.c cryptodev: remove crypto device type enumeration 2017-07-06 22:34:20 +02:00