From patchwork Tue Mar 26 14:15:48 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Damian Nowak X-Patchwork-Id: 51724 Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id CAB525F2D; Tue, 26 Mar 2019 15:34:33 +0100 (CET) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 056025F29 for ; Tue, 26 Mar 2019 15:34:32 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Mar 2019 07:34:31 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,271,1549958400"; d="scan'208";a="155337536" Received: from damiannx-mobl.ger.corp.intel.com (HELO localhost.localdomain) ([10.103.104.86]) by fmsmga002.fm.intel.com with ESMTP; 26 Mar 2019 07:34:30 -0700 From: Damian Nowak To: dev@dpdk.org Cc: fiona.trahe@intel.com, arkadiuszx.kusztal@intel.com, Damian Nowak Date: Tue, 26 Mar 2019 15:15:48 +0100 Message-Id: <20190326141549.16125-1-damianx.nowak@intel.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190312093619.1454-1-damianx.nowak@intel.com> References: <20190312093619.1454-1-damianx.nowak@intel.com> MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH v4 0/1] test: new test structure for asymmetric crypto 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 adds new test structure for modexp and modinv for asymmetric cryptography This patch depends on following patchsets: [1] - Add PMD for asymmetric cryptography operations using Intel QuickAssist Technology devices (http://patchwork.dpdk.org/cover/50660/) --- v4: - rebase - remove unused variable v3: - add QuickAssist Technology support v2: - fix checkpatch issues Damian Nowak (1): test: new test structure for asymmetric crypto app/test/test_cryptodev.h | 1 + app/test/test_cryptodev_asym.c | 318 ++++++++++ app/test/test_cryptodev_mod_test_vectors.h | 967 +++++++++++++++++++++++++++++ 3 files changed, 1286 insertions(+)