The following changes since commit f6d099d7da83fb973f6849161795d08842d0d328:
common/mlx5: remove class check from class drivers (2020-07-28 19:01:30 +0200) are available in the Git repository at: http://dpdk.org/git/next/dpdk-next-crypto for you to fetch changes up to 431434216f9401316a34050935c110c645a8fff7: app/crypto-perf: support security protocol in PMDCC mode (2020-07-29 01:39:22 +0530) ---------------------------------------------------------------- Adam Dybkowski (4): common/qat: remove unused fields common/qat: fix uninitialized variable common/qat: support GEN2 QAT device 200xx doc: update QAT PMD release notes David Coyle (5): crypto/qat: improve security instance setup crypto/aesni-mb: improve security instance setup crypto/qat: fix DOCSIS performance app/crypto-perf: fix mbuf lengths for DOCSIS app/crypto-perf: support security protocol in PMDCC mode Ruifeng Wang (3): crypto/armv8: remove log debug option crypto/armv8: use dedicated log type crypto/armv8: remove redundant assert definition Tejasree Kondoj (1): crypto/octeontx2: fix structure alignment app/test-crypto-perf/cperf_ops.c | 4 ++ app/test-crypto-perf/cperf_test_pmd_cyclecount.c | 33 +++++++---- config/common_base | 1 - doc/guides/cryptodevs/qat.rst | 7 ++- doc/guides/rel_notes/release_20_08.rst | 8 ++- drivers/common/cpt/cpt_common.h | 2 +- drivers/common/qat/qat_device.c | 6 +- drivers/common/qat/qat_qp.c | 7 ++- drivers/common/qat/qat_qp.h | 8 +-- drivers/compress/qat/qat_comp_pmd.c | 1 - drivers/crypto/aesni_mb/rte_aesni_mb_pmd.c | 18 +++--- drivers/crypto/armv8/armv8_pmd_private.h | 38 +++++------- drivers/crypto/armv8/rte_armv8_pmd.c | 4 +- drivers/crypto/octeontx2/otx2_cryptodev.h | 2 +- drivers/crypto/qat/qat_asym_pmd.c | 1 - drivers/crypto/qat/qat_sym.c | 75 ++++++------------------ drivers/crypto/qat/qat_sym.h | 57 ++++++++++++++++++ drivers/crypto/qat/qat_sym_pmd.c | 43 ++++++++------ 18 files changed, 174 insertions(+), 141 deletions(-)