From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id A7D95A04C2; Mon, 25 Nov 2019 13:45:56 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A12D42952; Mon, 25 Nov 2019 13:45:55 +0100 (CET) Received: from inva020.nxp.com (inva020.nxp.com [92.121.34.13]) by dpdk.org (Postfix) with ESMTP id 85EEE28EE for ; Mon, 25 Nov 2019 13:45:54 +0100 (CET) Received: from inva020.nxp.com (localhost [127.0.0.1]) by inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id 1BEBB1A04EB; Mon, 25 Nov 2019 13:45:54 +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 AC2491A0108; Mon, 25 Nov 2019 13:45:52 +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 7E657402BF; Mon, 25 Nov 2019 20:45:50 +0800 (SGT) From: Akhil Goyal To: thomas@monjalon.net Cc: dev@dpdk.org Date: Mon, 25 Nov 2019 18:00:15 +0530 Message-Id: <20191125123015.2259-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 rc4 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 c143928d8977f9d118078a0e6545d9058bbdbe52: devtools: disable automatic probing in null testing (2019-11-24 23:52:02 +0100) are available in the Git repository at: http://dpdk.org/git/next/dpdk-next-crypto for you to fetch changes up to cece4cc134c5b1d73bd9bc62ea3c528ad93ce6c9: crypto/ccp: fix capabilities for digest size (2019-11-25 15:31:36 +0530) ---------------------------------------------------------------- Amaranath Somalapuram (5): doc: fix app usage in CCP guide crypto/ccp: fix max qp and burst size crypto/ccp: fix CPU authentication crash crypto/ccp: fix scheduling of pkt burst crypto/ccp: fix capabilities for digest size Archana Muniganti (1): app/crypto-perf: fix incorrect input data for AEAD decrypt app/test-crypto-perf/cperf_test_verify.c | 14 ++++++-- doc/guides/cryptodevs/ccp.rst | 32 +++++++++--------- drivers/crypto/ccp/ccp_crypto.c | 24 +++++++++----- drivers/crypto/ccp/ccp_crypto.h | 7 ++-- drivers/crypto/ccp/ccp_dev.h | 2 +- drivers/crypto/ccp/ccp_pmd_ops.c | 28 ++++++++-------- drivers/crypto/ccp/ccp_pmd_private.h | 6 ++-- drivers/crypto/ccp/rte_ccp_pmd.c | 57 ++++++++++++++++++++++---------- 8 files changed, 107 insertions(+), 63 deletions(-)