From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id D0B901B147 for ; 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" To: "Nowak, DamianX" , "dev@dpdk.org" CC: "Kusztal, ArkadiuszX" 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="us-ascii" 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Mar 2019 12:16:27 -0000 > -----Original Message----- > From: Nowak, DamianX > Sent: Wednesday, March 27, 2019 9:45 AM > To: dev@dpdk.org > Cc: Trahe, Fiona ; Kusztal, ArkadiuszX ; Nowak, > DamianX > 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 Acked-by: Fiona Trahe 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 13F35A0679 for ; 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 ; 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" To: "Nowak, DamianX" , "dev@dpdk.org" CC: "Kusztal, ArkadiuszX" 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 ; Kusztal, ArkadiuszX ; Nowak, > DamianX > 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 Acked-by: Fiona Trahe