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
..
2017-07-06 22:26:49 +02:00
2015-05-12 15:13:15 +02:00
2016-04-01 18:56:27 +02:00
2016-12-06 17:56:04 +01:00
2017-03-15 18:49:41 +01:00
2016-04-11 23:56:34 +02:00
2016-11-07 21:50:27 +01:00
2015-12-15 13:50:42 +01:00
2016-11-11 00:51:19 +01:00
2017-03-29 22:25:34 +02:00
2017-04-06 00:17:44 +02:00
2015-04-29 18:34:58 +02:00