numam-dpdk/lib/librte_cryptodev
Julien Meunier 1a60db7f35 cryptodev: fix initialization on multi-process
Primary process is responsible to initialize the data struct of each
crypto devices.

Secondary process should not override this data during the
initialization.

Fixes: d11b0f30df ("cryptodev: introduce API and framework for crypto devices")
Cc: stable@dpdk.org

Signed-off-by: Julien Meunier <julien.meunier@nokia.com>
Acked-by: Akhil Goyal <akhil.goyal@nxp.com>
2019-10-09 11:50:12 +02:00
..
Makefile cryptodev: add feature flags to disable 2019-07-05 15:03:25 +02:00
meson.build cryptodev: add feature flags to disable 2019-07-05 15:03:25 +02:00
rte_crypto_asym.h cryptodev: fix typo in comment 2019-07-26 15:48:52 +02:00
rte_crypto_sym.h cryptodev: make xform key pointer constant 2019-07-19 14:15:21 +02:00
rte_crypto.h cryptodev: support asymmetric operations 2018-07-11 03:57:25 +02:00
rte_cryptodev_pmd.c replace snprintf with strlcpy 2019-04-04 22:46:05 +02:00
rte_cryptodev_pmd.h cryptodev: update symmetric session structure 2019-01-10 16:57:22 +01:00
rte_cryptodev_version.map cryptodev: add sym session header size function 2019-01-10 16:57:22 +01:00
rte_cryptodev.c cryptodev: fix initialization on multi-process 2019-10-09 11:50:12 +02:00
rte_cryptodev.h cryptodev: add digest encrypted feature flag 2019-07-05 15:28:14 +02:00