numam-dpdk/lib/librte_cryptodev
Pablo de Lara 2925e0c190 cryptodev: define value for unlimited sessions
Currently, the info structure contains the maximum number
of sessions that a device can manage.
This field was useful when the session mempool was created inside
each device, but now it is created at the application level.

Most PMDs do not have a limitation on the sessions managed,
but a few do, therefore this field must remain in the structure.
However, a new value, 0, can be used to indicate that
a device does not have an actual maximum of sessions.

Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
Acked-by: Akhil Goyal <akhil.goyal@nxp.com>
2018-07-11 03:57:24 +02:00
..
Makefile lib: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
meson.build cryptodev: fix library version in meson build 2018-03-28 00:07:35 +02:00
rte_crypto_sym.h crypto/ccp: support SHA3 family 2018-04-23 18:20:09 +01:00
rte_crypto.h cryptodev: fix ABI breakage 2018-06-28 01:25:33 +02:00
rte_cryptodev_pmd.c lib: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
rte_cryptodev_pmd.h cryptodev: convert to SPDX license tag 2018-06-28 01:25:33 +02:00
rte_cryptodev_version.map cryptodev: rename functions to get session size 2018-05-22 16:36:12 +02:00
rte_cryptodev.c cryptodev: replace bus specific struct with generic dev 2018-07-11 00:57:51 +02:00
rte_cryptodev.h cryptodev: define value for unlimited sessions 2018-07-11 03:57:24 +02:00