mbox series

[v2,0/7] Crypto related changes in sample/test apps

Message ID 20220517033858.40394-1-g.singh@nxp.com (mailing list archive)
Headers
Series Crypto related changes in sample/test apps |

Message

Gagandeep Singh May 17, 2022, 3:38 a.m. UTC
  v2-change-log:
* dropped qeueue improve logic in crypto-perf app patch
* removed external buffer patch in this series.
* update documentation.

Gagandeep Singh (7):
  app/test-crypto-perf: support SDAP for PDCP operations
  examples/ipsec-secgw: support XCBC-MAC/DES-CBC
  examples/l2fwd-crypto: add signal handler for exit
  test/crypto: fix PMD name for dpaa raw buffer crypto driver
  test/crypto: support raw buffer APIs for PDCP
  test/crypto: add short MAC-I test vector for zuc
  doc: add missing authentication algorithm

 app/test-crypto-perf/cperf_ops.c              |  1 +
 app/test-crypto-perf/cperf_options.h          |  2 ++
 app/test-crypto-perf/cperf_options_parsing.c  | 12 ++++++++++
 app/test/test_cryptodev.c                     | 24 ++++++++++++++++---
 ...est_cryptodev_security_pdcp_test_vectors.h | 20 ++++++++++++++--
 doc/guides/sample_app_ug/ipsec_secgw.rst      |  8 +++++--
 doc/guides/tools/cryptoperf.rst               |  4 ++++
 examples/ipsec-secgw/esp.c                    |  5 ++++
 examples/ipsec-secgw/sa.c                     |  8 +++++++
 examples/l2fwd-crypto/main.c                  | 16 +++++++++++++
 10 files changed, 93 insertions(+), 7 deletions(-)