mbox

[0/6] code improvements for OCTEON TX crypto PMDs

Message ID 1580908578-3384-1-git-send-email-anoobj@marvell.com (mailing list archive)
Headers

Message

Anoob Joseph Feb. 5, 2020, 1:16 p.m. UTC
  This series has code improvements, bug fixes and capabilities
changes supported with new firmware for OCTEON TX crypto PMDs.

Anoob Joseph (1):
  common/cpt: remove redundant bitswaps

Archana Muniganti (3):
  crypto/octeontx2: add AES-GCM capabilities supported with new firmware
  common/cpt: fix error path when cipher and auth key are not set
  common/cpt: fix fill_sg_comp api for zero datalen

Sucharitha Sarananaga (1):
  common/cpt: support variable key size for HMAC

Sunila Sahu (1):
  common/cpt: removes self assignment code

 drivers/common/cpt/cpt_mcode_defines.h             | 47 +++--------
 drivers/common/cpt/cpt_ucode.h                     | 91 +++++++++++-----------
 drivers/common/cpt/cpt_ucode_asym.h                |  1 -
 .../crypto/octeontx/otx_cryptodev_capabilities.c   | 30 +++----
 .../crypto/octeontx2/otx2_cryptodev_capabilities.c | 34 ++++----
 5 files changed, 87 insertions(+), 116 deletions(-)