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 2184EA0518; Fri, 24 Jul 2020 13:00:20 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 510531C010; Fri, 24 Jul 2020 13:00:19 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0a-0016f401.pphosted.com [67.231.148.174]) by dpdk.org (Postfix) with ESMTP id 022A71BFE5 for ; Fri, 24 Jul 2020 13:00:16 +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 06OAssCp006887; Fri, 24 Jul 2020 04:00:15 -0700 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=pfpt0818; bh=ZZJ70FBpMfCLRqXkFOMHQhiWkMRZ/AunNZK254jKBBs=; b=ae4sGBFmE1eCOctmHWp+8+MfyW8fdbZHiNp38wiq35Rt48mIUrdRjTUxXTRQ+57x0JKP j5Mp130OctEupb6CxHBTOWAWTYzt/Ol2wmphT9yyrDyKaNDDJYQKYFFDSynA2Q3sI8CS rI+a/STDCarCSJatfJUiPLF3aiWsnyhdaIn4rPkpXJWjCEU2H9aFUs4Skkc+/tANRaEb WGGlcsayuVWyMqeTjj/bkoxIwOj43XU91CVyhhnJOn9t6d8a6R0ndK36j9kpc3XEf5bc ciDoWxDIyk2SE90BqaK9Wr3/GmDqED3Z7rDFhkIjrNGsfzCef23WO4jTne96EqWJJfsW 4g== Received: from sc-exch02.marvell.com ([199.233.58.182]) by mx0a-0016f401.pphosted.com with ESMTP id 32bxep2brt-2 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Fri, 24 Jul 2020 04:00:15 -0700 Received: from DC5-EXCH02.marvell.com (10.69.176.39) by SC-EXCH02.marvell.com (10.93.176.82) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Fri, 24 Jul 2020 04:00:15 -0700 Received: from DC5-EXCH01.marvell.com (10.69.176.38) by DC5-EXCH02.marvell.com (10.69.176.39) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Fri, 24 Jul 2020 04:00:14 -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; Fri, 24 Jul 2020 04:00:12 -0700 From: Nagadheeraj Rottela To: CC: , , Nagadheeraj Rottela Date: Fri, 24 Jul 2020 16:30:04 +0530 Message-ID: <20200724110007.41303-1-rnagadheeraj@marvell.com> X-Mailer: git-send-email 2.20.1 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-07-24_03:2020-07-24, 2020-07-24 signatures=0 Subject: [dpdk-dev] [PATCH 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. 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 +- 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 ++++++++++++++---- 7 files changed, 405 insertions(+), 99 deletions(-) -- 2.20.1