numam-dpdk/drivers/crypto
Slawomir Mrozowicz 2c59bd32b7 cryptodev: do not create session mempool internally
Instead of creating the session mempool while configuring
the crypto device, apps will create the mempool themselves.
This way, it gives flexibility to the user to have a single
mempool for all devices (as long as the objects are big
enough to contain the biggest private session size) or
separate mempools for different drivers.

Also, since the mempool is now created outside the
device configuration function, now it needs to be passed
through this function, which will be eventually passed
when setting up the queue pairs, as ethernet devices do.

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>
Acked-by: Akhil Goyal <akhil.goyal@nxp.com>
2017-07-06 22:34:55 +02:00
..
aesni_gcm cryptodev: remove crypto device driver name 2017-07-06 22:34:53 +02:00
aesni_mb cryptodev: remove crypto device driver name 2017-07-06 22:34:53 +02:00
armv8 cryptodev: remove crypto device driver name 2017-07-06 22:34:53 +02:00
dpaa2_sec cryptodev: remove crypto device driver name 2017-07-06 22:34:53 +02:00
kasumi cryptodev: remove unused cryptodev session structure 2017-07-06 22:34:54 +02:00
null cryptodev: remove unused cryptodev session structure 2017-07-06 22:34:54 +02:00
openssl cryptodev: remove crypto device driver name 2017-07-06 22:34:53 +02:00
qat cryptodev: remove crypto device driver name 2017-07-06 22:34:53 +02:00
scheduler cryptodev: do not create session mempool internally 2017-07-06 22:34:55 +02:00
snow3g cryptodev: remove unused cryptodev session structure 2017-07-06 22:34:54 +02:00
zuc cryptodev: remove unused cryptodev session structure 2017-07-06 22:34:54 +02:00
Makefile crypto/dpaa2_sec: introduce poll mode driver 2017-04-20 11:32:45 +02:00