The following changes since commit 7f251bcf22c5729792f9243480af1b3c072876a5:
version: 19.05-rc2 (2019-04-23 00:43:52 +0200) are available in the Git repository at: http://dpdk.org/git/next/dpdk-next-crypto for you to fetch changes up to 035c9fb61cb3d1053bdb291d45a0ca13a69230f6: doc/crypto: add release notes and updates for qat PMD (2019-05-01 19:42:47 +0530) ---------------------------------------------------------------- Akhil Goyal (1): examples/ipsec-secgw: fix pool usage for security session Anoob Joseph (1): crypto/octeontx: use distinct metabuf pool for each queue Arek Kusztal (1): doc/crypto: add release notes and updates for qat PMD Ayuj Verma (1): crypto: include dependency in asym header Bruce Richardson (3): crypto/aesni_gcm: add dependency version check crypto/aesni_mb: cleanup of version check code crypto/aesni_gcm: add check for build dependency Fiona Trahe (1): crypto/qat: fix NULL cipher algo for non 8-byte multiple Konstantin Ananyev (1): examples/ipsec-secgw: fix SPD no-match is misinterpreted doc/guides/cryptodevs/features/qat.ini | 2 + doc/guides/cryptodevs/qat.rst | 81 ++++++++++++----- doc/guides/rel_notes/release_19_05.rst | 6 ++ drivers/common/cpt/cpt_common.h | 10 ++- drivers/common/cpt/cpt_ucode.h | 24 +++-- drivers/crypto/aesni_gcm/Makefile | 19 +++- drivers/crypto/aesni_gcm/meson.build | 11 +++ drivers/crypto/aesni_mb/meson.build | 18 ++-- drivers/crypto/octeontx/otx_cryptodev.c | 3 - drivers/crypto/octeontx/otx_cryptodev_hw_access.c | 105 ++++++++++++++++++++-- drivers/crypto/octeontx/otx_cryptodev_hw_access.h | 7 +- drivers/crypto/octeontx/otx_cryptodev_ops.c | 98 ++------------------ drivers/crypto/octeontx/otx_cryptodev_ops.h | 3 - drivers/crypto/qat/qat_sym_session.c | 3 +- examples/ipsec-secgw/ipsec-secgw.c | 25 +++--- examples/ipsec-secgw/ipsec.c | 4 +- examples/ipsec-secgw/ipsec.h | 14 ++- examples/ipsec-secgw/sa.c | 35 ++++++-- examples/ipsec-secgw/sp4.c | 49 +++++++++- examples/ipsec-secgw/sp6.c | 49 +++++++++- lib/librte_cryptodev/rte_crypto_asym.h | 2 + 21 files changed, 380 insertions(+), 188 deletions(-)