[dpdk-dev] [PATCH v2 0/2] OCTEONTX crypto adapter support
Shijith Thotton
sthotton at marvell.com
Wed Jun 23 22:53:48 CEST 2021
Below patches add crypto adapter OP_FORWARD support for OCTEON TX PMD.
v1:
- Build fixes for 32-bit arch.
Shijith Thotton (2):
drivers: add octeontx crypto adapter framework
drivers: add octeontx crypto adapter data path
doc/guides/rel_notes/release_21_08.rst | 4 +
drivers/common/cpt/cpt_common.h | 2 +-
drivers/crypto/octeontx/meson.build | 6 +
drivers/crypto/octeontx/otx_cryptodev.c | 4 +
drivers/crypto/octeontx/otx_cryptodev.h | 4 -
.../crypto/octeontx/otx_cryptodev_hw_access.h | 1 +
drivers/crypto/octeontx/otx_cryptodev_ops.c | 268 +++++++++++++-----
drivers/crypto/octeontx/otx_cryptodev_ops.h | 8 +
drivers/crypto/octeontx/version.map | 9 +
drivers/event/octeontx/meson.build | 1 +
drivers/event/octeontx/ssovf_evdev.c | 68 +++++
drivers/event/octeontx/ssovf_worker.c | 11 +
drivers/event/octeontx/ssovf_worker.h | 25 +-
.../octeontx2/otx2_evdev_crypto_adptr_rx.h | 6 +-
14 files changed, 328 insertions(+), 89 deletions(-)
--
2.25.1
More information about the dev
mailing list