From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id B207E1518 for ; Fri, 14 Oct 2016 10:18:22 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga103.jf.intel.com with ESMTP; 14 Oct 2016 01:18:22 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,491,1473145200"; d="scan'208";a="772519404" Received: from irsmsx154.ger.corp.intel.com ([163.33.192.96]) by FMSMGA003.fm.intel.com with ESMTP; 14 Oct 2016 01:18:21 -0700 Received: from irsmsx156.ger.corp.intel.com (10.108.20.68) by IRSMSX154.ger.corp.intel.com (163.33.192.96) with Microsoft SMTP Server (TLS) id 14.3.248.2; Fri, 14 Oct 2016 09:18:19 +0100 Received: from irsmsx107.ger.corp.intel.com ([169.254.10.95]) by IRSMSX156.ger.corp.intel.com ([169.254.3.80]) with mapi id 14.03.0248.002; Fri, 14 Oct 2016 09:18:20 +0100 From: "Jain, Deepak K" To: "Kusztal, ArkadiuszX" , "dev@dpdk.org" CC: "Trahe, Fiona" , "De Lara Guarch, Pablo" , "Griffin, John" Thread-Topic: [PATCH] app/test: add crypto continual tests Thread-Index: AQHSJUveEa+MXoXE9kyh5dyXSR3mIaCnnAkg Date: Fri, 14 Oct 2016 08:18:19 +0000 Deferred-Delivery: Fri, 14 Oct 2016 08:18:18 +0000 Message-ID: References: <1476361061-7366-1-git-send-email-arkadiuszx.kusztal@intel.com> In-Reply-To: <1476361061-7366-1-git-send-email-arkadiuszx.kusztal@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMTM5ZTUwZmMtNWM2ZC00ODRjLTk5NTctZDY1MDkwZDc0MjI5IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IkNaXC9CRTFkTUROZTRWZElQT3dmbzV0a3hxRjlhYnh0c1l0bVBxcU4xYW5FPSJ9 x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] app/test: add crypto continual tests X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Oct 2016 08:18:23 -0000 > -----Original Message----- > From: Kusztal, ArkadiuszX > Sent: Thursday, October 13, 2016 1:18 PM > To: dev@dpdk.org > Cc: Trahe, Fiona ; De Lara Guarch, Pablo > ; Griffin, John ; > Jain, Deepak K ; Kusztal, ArkadiuszX > > Subject: [PATCH] app/test: add crypto continual tests >=20 > This commit adds continual performace tests to Intel(R) QuickAssist > Technology tests suite. Performance tests are run continually with some > number of repeating loops. >=20 > Signed-off-by: Arek Kusztal > --- > app/test/test_cryptodev_perf.c | 133 > ++++++++++++++++++++++++++++++++++++----- > 1 file changed, 119 insertions(+), 14 deletions(-) >=20 > diff --git a/app/test/test_cryptodev_perf.c > b/app/test/test_cryptodev_perf.c index 43a7166..dd741fa 100644 > --- a/app/test/test_cryptodev_perf.c > -- > 2.1.0 Acked-by: Deepak Kumar Jain