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 966BFA04B1; Thu, 24 Sep 2020 15:04:27 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 745021DDB8; Thu, 24 Sep 2020 15:04:27 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0a-0016f401.pphosted.com [67.231.148.174]) by dpdk.org (Postfix) with ESMTP id C56501C068 for ; Thu, 24 Sep 2020 15:04:25 +0200 (CEST) Received: from pps.filterd (m0045849.ppops.net [127.0.0.1]) by mx0a-0016f401.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id 08OCnhmx013287; Thu, 24 Sep 2020 06:04:25 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=marvell.com; h=from : to : cc : subject : date : message-id : in-reply-to : references : mime-version : content-transfer-encoding : content-type; s=pfpt0220; bh=xPa53sj77YbQX2q30d6towHwYwSN1eheXAvLCFsCDhY=; b=EigiW8tVagh1pplff89Pjs8IDE4bIuwI/zJrHO/Lmd+gMTM0aMBsRQPOf+w5823+3Uuk TqMrVMz953wrIOSloWZibYXP7SnRxcdxGjkByPgkIL1VDEXjLoKcspYw/d9RRQyaTD2R dm6FHbVK9oYupOTjZFCYg+0WIfOWqq1KQiEH9lg16EKihC9H9f+vb/0Dm/axESlm+Loy GamJJyk24kvc/xXn2taa9/uAjDZVtCwVwbV0G18q0lX1My9MQScw/Qy4VyMQMinVTddo sWmsRcR6J9RcZh/kWbjriGPzL1iCuiHiZRiRU1eNURiaJCCljJU0JBTu3xVkJCLU4yuf GA== Received: from sc-exch02.marvell.com ([199.233.58.182]) by mx0a-0016f401.pphosted.com with ESMTP id 33nfbq4u6e-2 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Thu, 24 Sep 2020 06:04:24 -0700 Received: from SC-EXCH04.marvell.com (10.93.176.84) by SC-EXCH02.marvell.com (10.93.176.82) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Thu, 24 Sep 2020 06:04:24 -0700 Received: from DC5-EXCH01.marvell.com (10.69.176.38) by SC-EXCH04.marvell.com (10.93.176.84) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Thu, 24 Sep 2020 06:04:23 -0700 Received: from hyd1669.caveonetworks.com (10.69.176.80) by DC5-EXCH01.marvell.com (10.69.176.38) with Microsoft SMTP Server id 15.0.1497.2 via Frontend Transport; Thu, 24 Sep 2020 06:04:22 -0700 From: Nagadheeraj Rottela To: CC: , , Nagadheeraj Rottela Date: Thu, 24 Sep 2020 18:34:11 +0530 Message-ID: <20200924130414.59881-1-rnagadheeraj@marvell.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.235, 18.0.687 definitions=2020-09-24_08:2020-09-24, 2020-09-24 signatures=0 Subject: [dpdk-dev] [PATCH v2 0/3] Add AES-GCM and cipher only offload support 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" This patch set replaces the NITROX PMD specific test suite with generic test suite and adds support for AES-GCM and cipher only offload. --- v2: * Rebased patches to latest master and resolved merge conflict. * Updated release notes. Nagadheeraj Rottela (3): test/crypto: replace NITROX PMD specific test suite crypto/nitrox: support AES-GCM crypto/nitrox: support cipher only crypto operations app/test/test_cryptodev.c | 18 +- doc/guides/cryptodevs/features/nitrox.ini | 3 + doc/guides/cryptodevs/nitrox.rst | 6 +- doc/guides/rel_notes/release_20_11.rst | 5 + drivers/crypto/nitrox/nitrox_sym.c | 85 ++++- .../crypto/nitrox/nitrox_sym_capabilities.c | 30 ++ drivers/crypto/nitrox/nitrox_sym_ctx.h | 5 +- drivers/crypto/nitrox/nitrox_sym_reqmgr.c | 357 ++++++++++++++---- 8 files changed, 410 insertions(+), 99 deletions(-) -- 2.20.1