From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <dev-bounces@dpdk.org> Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 13F35A0679 for <public@inbox.dpdk.org>; Thu, 28 Mar 2019 13:16:30 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id EE3261B1E3; Thu, 28 Mar 2019 13:16:28 +0100 (CET) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id D0B901B147 for <dev@dpdk.org>; Thu, 28 Mar 2019 13:16:26 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Mar 2019 05:16:25 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,280,1549958400"; d="scan'208";a="126614607" Received: from irsmsx102.ger.corp.intel.com ([163.33.3.155]) by orsmga007.jf.intel.com with ESMTP; 28 Mar 2019 05:16:25 -0700 Received: from irsmsx101.ger.corp.intel.com ([169.254.1.230]) by IRSMSX102.ger.corp.intel.com ([169.254.2.146]) with mapi id 14.03.0415.000; Thu, 28 Mar 2019 12:16:24 +0000 From: "Trahe, Fiona" <fiona.trahe@intel.com> To: "Nowak, DamianX" <damianx.nowak@intel.com>, "dev@dpdk.org" <dev@dpdk.org> CC: "Kusztal, ArkadiuszX" <arkadiuszx.kusztal@intel.com> Thread-Topic: [PATCH v5 1/1] test: new test structure for asymmetric crypto Thread-Index: AQHU5IJ9jEAbAgbRE0C4iVTKD6EofaYg9tfA Date: Thu, 28 Mar 2019 12:16:23 +0000 Message-ID: <348A99DA5F5B7549AA880327E580B43589720EE0@IRSMSX101.ger.corp.intel.com> References: <20190326141549.16125-1-damianx.nowak@intel.com> <20190327094521.16414-1-damianx.nowak@intel.com> <20190327094521.16414-2-damianx.nowak@intel.com> In-Reply-To: <20190327094521.16414-2-damianx.nowak@intel.com> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYTBmNWYxYjEtNDE1NC00ODIzLWE3ZTQtOTU4MTUxMWI5OTZkIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiWXZsTlRpbEppdGVhaWtJWWtoNXZXbldINnJuQk42ZHc1NmJrQWU3VUJNVDNFekRBZ3AxekVjK1A0U2IyVHp3UyJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v5 1/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 <dev.dpdk.org> List-Unsubscribe: <https://mails.dpdk.org/options/dev>, <mailto:dev-request@dpdk.org?subject=unsubscribe> List-Archive: <http://mails.dpdk.org/archives/dev/> List-Post: <mailto:dev@dpdk.org> List-Help: <mailto:dev-request@dpdk.org?subject=help> List-Subscribe: <https://mails.dpdk.org/listinfo/dev>, <mailto:dev-request@dpdk.org?subject=subscribe> Errors-To: dev-bounces@dpdk.org Sender: "dev" <dev-bounces@dpdk.org> Message-ID: <20190328121623.NV0jS-MM9Prmr6Cy4ErDWE0c9phFNzRYe82xePUjAME@z> > -----Original Message----- > From: Nowak, DamianX > Sent: Wednesday, March 27, 2019 9:45 AM > To: dev@dpdk.org > Cc: Trahe, Fiona <fiona.trahe@intel.com>; Kusztal, ArkadiuszX <arkadiuszx= .kusztal@intel.com>; Nowak, > DamianX <damianx.nowak@intel.com> > Subject: [PATCH v5 1/1] test: new test structure for asymmetric crypto >=20 > This patch adds new test structure for modexp > and modinv for asymmetric cryptography >=20 > Signed-off-by: Damian Nowak <damianx.nowak@intel.com> Acked-by: Fiona Trahe <fiona.trahe@intel.com>