From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 13706C432C0 for ; Wed, 20 Nov 2019 11:54:07 +0000 (UTC) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mail.kernel.org (Postfix) with ESMTP id AAFA3206EC for ; Wed, 20 Nov 2019 11:54:06 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org AAFA3206EC Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=nxp.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 8FDEE2E8F; Wed, 20 Nov 2019 12:54:05 +0100 (CET) Received: from inva020.nxp.com (inva020.nxp.com [92.121.34.13]) by dpdk.org (Postfix) with ESMTP id F28F527D for ; Wed, 20 Nov 2019 12:54:03 +0100 (CET) Received: from inva020.nxp.com (localhost [127.0.0.1]) by inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id 8D13D1A04F3; Wed, 20 Nov 2019 12:54:03 +0100 (CET) Received: from invc005.ap-rdc01.nxp.com (invc005.ap-rdc01.nxp.com [165.114.16.14]) by inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id C60CF1A050B; Wed, 20 Nov 2019 12:54:01 +0100 (CET) Received: from GDB1.ap.freescale.net (gdb1.ap.freescale.net [10.232.132.179]) by invc005.ap-rdc01.nxp.com (Postfix) with ESMTP id 6DB5C402AD; Wed, 20 Nov 2019 19:53:59 +0800 (SGT) From: Akhil Goyal To: thomas@monjalon.net Cc: dev@dpdk.org Date: Wed, 20 Nov 2019 17:08:34 +0530 Message-Id: <20191120113834.24323-1-akhil.goyal@nxp.com> X-Mailer: git-send-email 2.17.1 X-Virus-Scanned: ClamAV using ClamSMTP Subject: [dpdk-dev] [pull-request] next-crypto 19.11 rc3 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" The following changes since commit 3be76aa9294f3788b4f9c615642e6027f1b7948a: ci: add 32-bit travis builds (2019-11-19 22:23:31 +0100) are available in the Git repository at: http://dpdk.org/git/next/dpdk-next-crypto for you to fetch changes up to 539b74b9d8e8567f4679c118951f0fc025b9c717: crypto/openssl: support SG for inplace buffers (2019-11-20 17:05:51 +0530) ---------------------------------------------------------------- Akhil Goyal (2): app/test-crypto-perf: support PDCP crypto/openssl: support SG for inplace buffers Fan Zhang (1): examples/fips_validation: fix auth verify Lukasz Bartosik (1): examples/ipsec-secgw: fix default configuration Pablo de Lara (1): doc: update release notes for AESNI PMDs Stephen Hemminger (1): examples/ipsec-segw: add SPDX license tag app/test-crypto-perf/cperf_ops.c | 117 ++++++++++++++++++++- app/test-crypto-perf/cperf_options.h | 15 ++- app/test-crypto-perf/cperf_options_parsing.c | 73 +++++++++++++ app/test-crypto-perf/cperf_test_common.c | 1 + app/test-crypto-perf/cperf_test_throughput.c | 24 +++-- app/test-crypto-perf/cperf_test_vectors.c | 55 ++++++++++ app/test-crypto-perf/main.c | 3 +- app/test-crypto-perf/meson.build | 2 +- app/test/test_cryptodev_aes_test_vectors.h | 2 + doc/guides/cryptodevs/features/openssl.ini | 1 + doc/guides/rel_notes/release_19_11.rst | 11 +- doc/guides/tools/cryptoperf.rst | 10 ++ drivers/crypto/openssl/rte_openssl_pmd.c | 84 +++++++++++---- examples/fips_validation/main.c | 58 +++------- examples/ipsec-secgw/ep0.cfg | 8 +- examples/ipsec-secgw/ep1.cfg | 12 +-- examples/ipsec-secgw/test/bypass_defs.sh | 1 + examples/ipsec-secgw/test/common_defs.sh | 1 + examples/ipsec-secgw/test/common_defs_secgw.sh | 1 + examples/ipsec-secgw/test/data_rxtx.sh | 1 + examples/ipsec-secgw/test/linux_test4.sh | 1 + examples/ipsec-secgw/test/linux_test6.sh | 1 + examples/ipsec-secgw/test/pkttest.py | 1 + examples/ipsec-secgw/test/pkttest.sh | 1 + examples/ipsec-secgw/test/run_test.sh | 1 + .../test/trs_3descbc_sha1_common_defs.sh | 1 + examples/ipsec-secgw/test/trs_3descbc_sha1_defs.sh | 1 + .../test/trs_3descbc_sha1_esn_atom_defs.sh | 1 + .../ipsec-secgw/test/trs_3descbc_sha1_esn_defs.sh | 1 + .../ipsec-secgw/test/trs_3descbc_sha1_old_defs.sh | 1 + .../test/trs_aescbc_sha1_common_defs.sh | 1 + examples/ipsec-secgw/test/trs_aescbc_sha1_defs.sh | 1 + .../test/trs_aescbc_sha1_esn_atom_defs.sh | 1 + .../ipsec-secgw/test/trs_aescbc_sha1_esn_defs.sh | 1 + .../ipsec-secgw/test/trs_aescbc_sha1_old_defs.sh | 1 + .../test/trs_aesctr_sha1_common_defs.sh | 1 + examples/ipsec-secgw/test/trs_aesctr_sha1_defs.sh | 1 + .../test/trs_aesctr_sha1_esn_atom_defs.sh | 1 + .../ipsec-secgw/test/trs_aesctr_sha1_esn_defs.sh | 1 + .../ipsec-secgw/test/trs_aesctr_sha1_old_defs.sh | 1 + .../ipsec-secgw/test/trs_aesgcm_common_defs.sh | 1 + examples/ipsec-secgw/test/trs_aesgcm_defs.sh | 1 + .../ipsec-secgw/test/trs_aesgcm_esn_atom_defs.sh | 1 + examples/ipsec-secgw/test/trs_aesgcm_esn_defs.sh | 1 + .../test/trs_aesgcm_inline_crypto_defs.sh | 1 + .../test/trs_aesgcm_inline_crypto_old_defs.sh | 1 + examples/ipsec-secgw/test/trs_aesgcm_old_defs.sh | 1 + examples/ipsec-secgw/test/trs_ipv6opts.py | 1 + .../test/tun_3descbc_sha1_common_defs.sh | 1 + examples/ipsec-secgw/test/tun_3descbc_sha1_defs.sh | 1 + .../test/tun_3descbc_sha1_esn_atom_defs.sh | 1 + .../ipsec-secgw/test/tun_3descbc_sha1_esn_defs.sh | 1 + .../ipsec-secgw/test/tun_3descbc_sha1_old_defs.sh | 1 + .../test/tun_aescbc_sha1_common_defs.sh | 1 + examples/ipsec-secgw/test/tun_aescbc_sha1_defs.sh | 1 + .../test/tun_aescbc_sha1_esn_atom_defs.sh | 1 + .../ipsec-secgw/test/tun_aescbc_sha1_esn_defs.sh | 1 + .../ipsec-secgw/test/tun_aescbc_sha1_old_defs.sh | 1 + .../test/tun_aesctr_sha1_common_defs.sh | 1 + examples/ipsec-secgw/test/tun_aesctr_sha1_defs.sh | 1 + .../test/tun_aesctr_sha1_esn_atom_defs.sh | 1 + .../ipsec-secgw/test/tun_aesctr_sha1_esn_defs.sh | 1 + .../ipsec-secgw/test/tun_aesctr_sha1_old_defs.sh | 1 + .../ipsec-secgw/test/tun_aesgcm_common_defs.sh | 1 + examples/ipsec-secgw/test/tun_aesgcm_defs.sh | 1 + .../ipsec-secgw/test/tun_aesgcm_esn_atom_defs.sh | 1 + examples/ipsec-secgw/test/tun_aesgcm_esn_defs.sh | 1 + .../test/tun_aesgcm_inline_crypto_defs.sh | 1 + .../test/tun_aesgcm_inline_crypto_old_defs.sh | 1 + examples/ipsec-secgw/test/tun_aesgcm_old_defs.sh | 1 + 70 files changed, 445 insertions(+), 85 deletions(-)