numam-dpdk/drivers/crypto/scheduler
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
..
Makefile crypto/scheduler: add multicore scheduling mode 2017-07-06 22:34:54 +02:00
rte_cryptodev_scheduler_operations.h crypto/scheduler: fix missing includes 2017-05-01 00:13:15 +02:00
rte_cryptodev_scheduler.c crypto/scheduler: add multicore scheduling mode 2017-07-06 22:34:54 +02:00
rte_cryptodev_scheduler.h crypto/scheduler: add multicore scheduling mode 2017-07-06 22:34:54 +02:00
rte_pmd_crypto_scheduler_version.map crypto/scheduler: remove deprecated functions 2017-06-28 21:51:51 +02:00
scheduler_failover.c eal: introduce macro for always inline 2017-06-06 17:21:55 +02:00
scheduler_multicore.c crypto/scheduler: add multicore scheduling mode 2017-07-06 22:34:54 +02:00
scheduler_pkt_size_distr.c crypto/scheduler: fix queue pair configuration 2017-04-20 11:32:45 +02:00
scheduler_pmd_ops.c cryptodev: do not create session mempool internally 2017-07-06 22:34:55 +02:00
scheduler_pmd_private.h crypto/scheduler: add multicore scheduling mode 2017-07-06 22:34:54 +02:00
scheduler_pmd.c crypto/scheduler: add multicore scheduling mode 2017-07-06 22:34:54 +02:00
scheduler_roundrobin.c crypto/scheduler: support mode specific option 2017-04-20 11:32:45 +02:00