mbox series

[v2,0/2] OCTEONTX crypto adapter support

Message ID cover.1624481225.git.sthotton@marvell.com (mailing list archive)
Headers
Series OCTEONTX crypto adapter support |

Message

Shijith Thotton June 23, 2021, 8:53 p.m. UTC
  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(-)
  

Comments

Akhil Goyal July 7, 2021, 9:28 a.m. UTC | #1
> 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
> 
Series applied to dpdk-next-crypto

Thanks.