From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id A35553B5 for ; Fri, 28 Apr 2017 17:51:03 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga105.fm.intel.com with ESMTP; 28 Apr 2017 08:51:02 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,388,1488873600"; d="scan'208";a="80171570" Received: from silpixa00381631.ir.intel.com (HELO silpixa00381631.ger.corp.intel.com) ([10.237.222.122]) by orsmga002.jf.intel.com with ESMTP; 28 Apr 2017 08:51:00 -0700 From: Pablo de Lara To: thomas@monjalon.net Cc: dev@dpdk.org Date: Fri, 28 Apr 2017 16:51:16 +0100 Message-Id: <1493394676-153283-1-git-send-email-pablo.de.lara.guarch@intel.com> X-Mailer: git-send-email 2.7.4 Subject: [dpdk-dev] [pull-request] next-crypto 17.05 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: , X-List-Received-Date: Fri, 28 Apr 2017 15:51:04 -0000 The following changes since commit f051679dc577d93d177e6eddefaba28a69d9955f: devtools: list stable commits without fixline (2017-04-28 12:05:03 +0200) are available in the git repository at: http://dpdk.org/git/next/dpdk-next-crypto for you to fetch changes up to d295885b29b8aa4bf11e54bd31f4ee456266fd44: cryptodev: fix API digest length comments (2017-04-28 16:46:19 +0100) ---------------------------------------------------------------- Arek Kusztal (4): crypto/openssl: fix AAD capabilities for AES-GCM crypto/qat: fix AAD capabilities for AES-GCM cryptodev: fix API AAD comments doc: add limitation of AAD size for QAT Fiona Trahe (1): cryptodev: fix API digest length comments Gage Eads (1): crypto/qat: fix dequeue count stats retrieval Pablo de Lara (2): crypto/openssl: fix AES GCM capability examples/l2fwd-crypto: fix wrong array index doc/guides/cryptodevs/qat.rst | 1 + drivers/crypto/openssl/rte_openssl_pmd_ops.c | 10 +++++----- drivers/crypto/qat/qat_crypto.c | 4 ++-- drivers/crypto/qat/qat_crypto_capabilities.h | 6 +++--- examples/l2fwd-crypto/main.c | 2 +- lib/librte_cryptodev/rte_crypto_sym.h | 22 +++++++++++++--------- 6 files changed, 25 insertions(+), 20 deletions(-)