[dpdk-dev] [PATCH 0/3] Add user specified IV with lookaside IPsec
Anoob Joseph
anoobj at marvell.com
Mon Aug 16 07:59:47 CEST 2021
Add support for using user provided IV with lookaside protocol (IPsec). Using
this option, application can provide IV to be used per operation. This
option can be used for knownn vector tests (which is otherwise impossible
due to random nature of IV) as well as if application wishes to use its
own random generator source.
Depends on
1. http://patches.dpdk.org/project/dpdk/list/?series=18253
Anoob Joseph (2):
security: support user specified IV
test/crypto: add outbound known vector tests
Tejasree Kondoj (1):
crypto/cnxk: add IV in SA in lookaside IPsec debug mode
app/test/test_cryptodev.c | 44 +++++++++++++++++++++++
app/test/test_cryptodev_security_ipsec.c | 16 ++++++++-
drivers/crypto/cnxk/cn10k_ipsec.c | 16 +++++++++
drivers/crypto/cnxk/cn10k_ipsec.h | 2 ++
drivers/crypto/cnxk/cn10k_ipsec_la_ops.h | 24 +++++++++++++
drivers/crypto/cnxk/cnxk_cryptodev_capabilities.c | 16 ++++++++-
drivers/crypto/cnxk/meson.build | 6 ++++
lib/security/rte_security.h | 14 ++++++++
8 files changed, 136 insertions(+), 2 deletions(-)
--
2.7.4
More information about the dev
mailing list