From patchwork Tue Mar 12 09:36:18 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Damian Nowak X-Patchwork-Id: 51110 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 686D937B0; Tue, 12 Mar 2019 10:46:34 +0100 (CET) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 49D1A3572 for ; Tue, 12 Mar 2019 10:46:33 +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 fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Mar 2019 02:46:32 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.58,470,1544515200"; d="scan'208";a="150887711" Received: from damiannx-mobl.ger.corp.intel.com (HELO localhost.localdomain) ([10.104.116.176]) by fmsmga002.fm.intel.com with ESMTP; 12 Mar 2019 02:46:31 -0700 From: Damian Nowak To: dev@dpdk.org Cc: fiona.trahe@intel.com, arkadiuszx.kusztal@intel.com, Damian Nowak Date: Tue, 12 Mar 2019 10:36:18 +0100 Message-Id: <20190312093619.1454-1-damianx.nowak@intel.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190304160934.14698-1-damianx.nowak@intel.com> References: <20190304160934.14698-1-damianx.nowak@intel.com> MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH v3 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] - crypotodev: add result field to modular operations (http://patchwork.dpdk.org/cover/50255/) [2] - Add PMD for asymmetric cryptography operations using Intel QuickAssist Technology devices (http://patchwork.dpdk.org/cover/50660/) v3: - add QuickAssist Technology support v2: - fix checkpatch issues Damian Nowak (1): test: new test structure for asymmetric crypto test/test/test_cryptodev.h | 1 + test/test/test_cryptodev_asym.c | 319 +++++++++ test/test/test_cryptodev_mod_test_vectors.h | 966 ++++++++++++++++++++++++++++ 3 files changed, 1286 insertions(+)