mbox series

[00/11] DPAA and DPAA2 crypto specific fixes

Message ID 20240703102649.3096530-1-g.singh@nxp.com (mailing list archive)
Headers
Series DPAA and DPAA2 crypto specific fixes |

Message

Gagandeep Singh July 3, 2024, 10:26 a.m. UTC
This series include bug fixes and enhancement of
DPAA and DPAA2 crypto drivers.

Gagandeep Singh (6):
  common/dpaax: caamflib: fix PDCP-SDAP wdog DECO err
  crypto/dpaa: fix SEC err due to an wrong desc
  common/dpaax: caamflib change desc sharing mode
  crypto/dpaa_sec: improve return value for retired queues
  crypto/dpaa2_sec: add a check on nb desc
  crypto/dpaa2_sec: initialize esp sequence number

Hemant Agrawal (3):
  crypto/dpaax_sec: improve non-supported algo logs
  crypto/dpaa2_sec: adding session update API support
  crypto/dpaa2_sec: initialize the authdata

Jun Yang (1):
  crypto/dpaa2_sec: fix issue of user ctxt for Event queue

Varun Sethi (1):
  common/dpaax: caamflib: fix PDCP AES-AES wdog DECO err

 drivers/bus/dpaa/base/qbman/qman.c          |   5 +-
 drivers/common/dpaax/caamflib/desc/ipsec.h  |  73 ++++++++
 drivers/common/dpaax/caamflib/desc/pdcp.h   |  26 ++-
 drivers/common/dpaax/caamflib/desc/sdap.h   |  10 +-
 drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c | 181 +++++++++-----------
 drivers/crypto/dpaa_sec/dpaa_sec.c          |  70 ++++----
 6 files changed, 214 insertions(+), 151 deletions(-)