From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 583011B32C for ; Mon, 29 Jan 2018 20:30:05 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 29 Jan 2018 11:30:02 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,432,1511856000"; d="scan'208";a="199579116" Received: from silpixa00399464.ir.intel.com (HELO silpixa00399464.ger.corp.intel.com) ([10.237.222.157]) by fmsmga005.fm.intel.com with ESMTP; 29 Jan 2018 11:30:01 -0800 From: Pablo de Lara To: thomas@monjalon.net Cc: dev@dpdk.org Date: Mon, 29 Jan 2018 19:30:04 +0000 Message-Id: <20180129193004.36797-1-pablo.de.lara.guarch@intel.com> X-Mailer: git-send-email 2.14.3 Subject: [dpdk-dev] [pull-request] next-crypto 18.02 rc2 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: , X-List-Received-Date: Mon, 29 Jan 2018 19:30:06 -0000 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(-)