From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 04BC6A05D3 for ; Wed, 27 Mar 2019 10:50:08 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D2ED058FE; Wed, 27 Mar 2019 10:50:07 +0100 (CET) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 941ED58C6 for ; Wed, 27 Mar 2019 10:50:06 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 27 Mar 2019 02:50:03 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,276,1549958400"; d="scan'208";a="217970570" Received: from damiannx-mobl.ger.corp.intel.com (HELO localhost.localdomain) ([10.103.104.86]) by orsmga001.jf.intel.com with ESMTP; 27 Mar 2019 02:50:01 -0700 From: Damian Nowak To: dev@dpdk.org Cc: fiona.trahe@intel.com, arkadiuszx.kusztal@intel.com, Damian Nowak Date: Wed, 27 Mar 2019 10:45:20 +0100 Message-Id: <20190327094521.16414-1-damianx.nowak@intel.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190326141549.16125-1-damianx.nowak@intel.com> References: <20190326141549.16125-1-damianx.nowak@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH v5 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" Content-Type: text/plain; charset="UTF-8" Message-ID: <20190327094520.B8uyvHNoarKcnZIeUlGG5FLQR0DSTu1RdLRXy2mK_dw@z> 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/51273/) --- v5: - update dependency 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(+) -- 2.7.4