From patchwork Tue Nov 16 07:35:12 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Akhil Goyal X-Patchwork-Id: 104375 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id A14C0A0C43; Tue, 16 Nov 2021 08:35:19 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 376AC40141; Tue, 16 Nov 2021 08:35:19 +0100 (CET) Received: from mx0b-0016f401.pphosted.com (mx0a-0016f401.pphosted.com [67.231.148.174]) by mails.dpdk.org (Postfix) with ESMTP id B964340141 for ; Tue, 16 Nov 2021 08:35:17 +0100 (CET) Received: from pps.filterd (m0045849.ppops.net [127.0.0.1]) by mx0a-0016f401.pphosted.com (8.16.1.2/8.16.1.2) with ESMTP id 1AG3t2Tg003941; Mon, 15 Nov 2021 23:35:16 -0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=marvell.com; h=from : to : cc : subject : date : message-id : mime-version : content-transfer-encoding : content-type; s=pfpt0220; bh=FV4+USPiySuc4+ECrb5/TI7tPpyBlXIHMWmGV48xbWg=; b=HRwVCClLFWHUe916tvKDTpEbXIBNzpIxLxWOgo58NCEq7Itly/lwB83rrJFylk04B+2G ySaLnXNSDDwPQcT8v++ChyaMZk+6T+11nBKl3OeavGIIS7110Yn0IYy+VSUX7v6Zeue4 IeSdnihrQMqM8Bo/klazxvECQ+piomBoNGJSVwD9SFWwC0zpr3RiFIvNbWDIA85G0CX4 IFetn9RLSf+jB48QWtHk5pOEC7/M0E/2rV8wVbfOiwC0hAM3yHHepK2OLfBri6/UoMdi PMIgYSBgVID4C4HoePapZdAl4EOg0lFwgtRvfMTVsBXZaVtfQW2sDTrHWa2QF8eHAWMd rg== Received: from dc5-exch01.marvell.com ([199.233.59.181]) by mx0a-0016f401.pphosted.com (PPS) with ESMTPS id 3cc55n0mwp-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Mon, 15 Nov 2021 23:35:16 -0800 Received: from DC5-EXCH02.marvell.com (10.69.176.39) by DC5-EXCH01.marvell.com (10.69.176.38) with Microsoft SMTP Server (TLS) id 15.0.1497.18; Mon, 15 Nov 2021 23:35:14 -0800 Received: from maili.marvell.com (10.69.176.80) by DC5-EXCH02.marvell.com (10.69.176.39) with Microsoft SMTP Server id 15.0.1497.18 via Frontend Transport; Mon, 15 Nov 2021 23:35:15 -0800 Received: from localhost.localdomain (unknown [10.28.36.185]) by maili.marvell.com (Postfix) with ESMTP id 150763F7073; Mon, 15 Nov 2021 23:35:13 -0800 (PST) From: Akhil Goyal To: CC: Subject: [pull-request] next-crypto 21.11 rc3 Date: Tue, 16 Nov 2021 13:05:12 +0530 Message-ID: <20211116073512.3091744-1-gakhil@marvell.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-Proofpoint-GUID: l2_4XaqjKdHOpdUkcfduaMfesZg5hiC7 X-Proofpoint-ORIG-GUID: l2_4XaqjKdHOpdUkcfduaMfesZg5hiC7 X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.205,Aquarius:18.0.790,Hydra:6.0.425,FMLib:17.0.607.475 definitions=2021-11-15_16,2021-11-15_01,2020-04-07_01 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org The following changes since commit ce78c51833a847d4b93841231907f1a7f5cf7114: net/mlx5: fix delay drop bit set overflow (2021-11-14 16:26:49 +0100) are available in the Git repository at: http://dpdk.org/git/next/dpdk-next-crypto for you to fetch changes up to 6159e01966a481eec6f7e64dc68918fcf285aa47: common/qat: fix overrun of qp config (2021-11-16 12:57:44 +0530) ---------------------------------------------------------------- Anoob Joseph (4): test/crypto: skip plain text compare for null cipher test/crypto: fix missing return checks crypto/cnxk: fix kasumi input len calculation common/cpt: fix kasumi input len calculation Arek Kusztal (1): common/qat: fix overrun of qp config Ciara Power (1): test/crypto: fix unnecessary stats retrieval Gagandeep Singh (1): test/crypto: fix output buffer length Kai Ji (1): test/cryptodev: fix incomplete data length Radu Nicolau (1): examples/ipsec-secgw: fix memory leaks Raja Zidane (1): crypto/mlx5: support BF2 and ConnectX6-DX devices app/test/test_cryptodev.c | 210 ++++++++++++++++++++------------- app/test/test_cryptodev_blockcipher.c | 5 +- doc/guides/cryptodevs/mlx5.rst | 11 +- doc/guides/rel_notes/release_21_11.rst | 1 + drivers/common/cpt/cpt_ucode.h | 2 +- drivers/common/qat/dev/qat_dev_gen1.c | 2 +- drivers/crypto/cnxk/cnxk_se.h | 2 +- drivers/crypto/mlx5/mlx5_crypto.c | 8 ++ examples/ipsec-secgw/ipsec-secgw.c | 65 +++++++--- 9 files changed, 204 insertions(+), 102 deletions(-)