The following changes since commit 1dd133ae073d9e2bcf6f471f3b831385aa0051c4:
service: restrict finalize to internal usage (2018-01-29 19:24:45 +0100) are available in the Git repository at: http://dpdk.org/git/next/dpdk-next-crypto for you to fetch changes up to 8bf542fda490ed5059d8149e5c757c3e6e9af830: crypto/qat: fix truncated response ring value (2018-01-29 19:22:33 +0000) ---------------------------------------------------------------- Akhil Goyal (3): doc: update feature list for cryptodevs crypto/dpaa2_sec: support scatter gather crypto/dpaa_sec: support scatter gather Fan Zhang (2): examples/ipsec_secgw: fix security session app/test-crypto-perf: fix out-of-bounds array access Fiona Trahe (3): crypto/qat: fix null auth algo issue test/crypto: improve NULL authentication validation crypto/qat: fix truncated response ring value Tomasz Jozwiak (3): crypto/qat: fix out-of-bounds compiler error crypto/qat: fix typo in error message crypto/qat: fix parameter type Zhiyong Yang (1): lib: fix wrong cast app/test-crypto-perf/main.c | 10 +- doc/guides/cryptodevs/features/aesni_gcm.ini | 1 + doc/guides/cryptodevs/features/default.ini | 1 + doc/guides/cryptodevs/features/dpaa2_sec.ini | 1 + doc/guides/cryptodevs/features/dpaa_sec.ini | 1 + doc/guides/cryptodevs/features/null.ini | 1 + doc/guides/cryptodevs/features/openssl.ini | 1 + doc/guides/cryptodevs/features/qat.ini | 1 + drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c | 588 +++++++++++++++++++-- drivers/crypto/dpaa_sec/dpaa_sec.c | 501 +++++++++++++++++- .../qat/qat_adf/adf_transport_access_macros.h | 1 + drivers/crypto/qat/qat_crypto.c | 36 +- examples/ipsec-secgw/ipsec-secgw.c | 10 +- lib/librte_cryptodev/rte_cryptodev.c | 2 +- lib/librte_security/rte_security.c | 2 +- test/test/test_cryptodev.c | 82 ++- test/test/test_cryptodev_aes_test_vectors.h | 27 +- test/test/test_cryptodev_hash_test_vectors.h | 16 + 18 files changed, 1188 insertions(+), 94 deletions(-)