Go to file
Anoob Joseph ad7515a39f security: add SA lifetime configuration
Add SA lifetime configuration to register soft and hard expiry limits.
Expiry can be in units of number of packets or bytes. Crypto op
status is also updated to include new field, aux_flags, which can be
used to indicate cases such as soft expiry in case of lookaside
protocol operations.

In case of soft expiry, the packets are successfully IPsec processed but
the soft expiry would indicate that SA needs to be reconfigured. For
inline protocol capable ethdev, this would result in an eth event while
for lookaside protocol capable cryptodev, this can be communicated via
`rte_crypto_op.aux_flags` field.

In case of hard expiry, the packets will not be IPsec processed and
would result in error.

Signed-off-by: Anoob Joseph <anoobj@marvell.com>
Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
Acked-by: Akhil Goyal <gakhil@marvell.com>
2021-09-28 14:11:29 +02:00
.ci
.github/workflows
app security: add SA lifetime configuration 2021-09-28 14:11:29 +02:00
buildtools build: add optional NUMA and CPU counts detection 2021-09-16 09:43:28 +02:00
config config/arm: make N2 crypto an optional feature 2021-09-16 18:12:46 +02:00
devtools
doc security: add SA lifetime configuration 2021-09-28 14:11:29 +02:00
drivers crypto/cnxk: add IV in SA in lookaside IPsec debug mode 2021-09-28 13:36:07 +02:00
examples security: add SA lifetime configuration 2021-09-28 14:11:29 +02:00
kernel
lib security: add SA lifetime configuration 2021-09-28 14:11:29 +02:00
license
usertools
.editorconfig
.gitattributes
.gitignore
.travis.yml
ABI_VERSION
MAINTAINERS maintainers: sort NXP raw drivers 2021-09-22 21:50:54 +02:00
Makefile
meson_options.txt build: add optional NUMA and CPU counts detection 2021-09-16 09:43:28 +02:00
meson.build
README
VERSION

DPDK is a set of libraries and drivers for fast packet processing.
It supports many processor architectures and both FreeBSD and Linux.

The DPDK uses the Open Source BSD-3-Clause license for the core libraries
and drivers. The kernel components are GPL-2.0 licensed.

Please check the doc directory for release notes,
API documentation, and sample application information.

For questions and usage discussions, subscribe to: users@dpdk.org
Report bugs and issues to the development mailing list: dev@dpdk.org