From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 0E8241B1B8 for ; Tue, 9 Jan 2018 13:55:50 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Jan 2018 04:55:50 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,335,1511856000"; d="scan'208";a="165348157" Received: from irsmsx153.ger.corp.intel.com ([163.33.192.75]) by orsmga004.jf.intel.com with ESMTP; 09 Jan 2018 04:55:49 -0800 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.167]) by IRSMSX153.ger.corp.intel.com ([169.254.9.34]) with mapi id 14.03.0319.002; Tue, 9 Jan 2018 12:55:48 +0000 From: "De Lara Guarch, Pablo" To: "Zhang, Roy Fan" , "Doherty, Declan" CC: "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] app/crypto-perf: support IMIX Thread-Index: AQHTdBRQYlM5ZR//Pk6/XwBTdLsjS6NrkTCAgAAYaQA= Date: Tue, 9 Jan 2018 12:55:47 +0000 Message-ID: References: <20171213131408.16439-1-pablo.de.lara.guarch@intel.com> <9F7182E3F746AB4EA17801C148F3C604330876CA@IRSMSX101.ger.corp.intel.com> In-Reply-To: <9F7182E3F746AB4EA17801C148F3C604330876CA@IRSMSX101.ger.corp.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMTFiZWE2Y2MtNWM1NC00M2MwLTg0YjUtNjAwZTVkYTc0YjgxIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6ImtzeG9ybWtIVGwwTmp4cDVaWE1xclg0N1dCNk1Md1BHN0NEVG9DYXBaRDA9In0= x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] app/crypto-perf: support IMIX 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: Tue, 09 Jan 2018 12:55:51 -0000 > -----Original Message----- > From: Zhang, Roy Fan > Sent: Tuesday, January 9, 2018 11:26 AM > To: De Lara Guarch, Pablo ; Doherty, > Declan > Cc: dev@dpdk.org; De Lara Guarch, Pablo > > Subject: RE: [dpdk-dev] [PATCH] app/crypto-perf: support IMIX >=20 >=20 >=20 > > -----Original Message----- > > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Pablo de Lara > > Sent: Wednesday, December 13, 2017 1:14 PM > > To: Doherty, Declan > > Cc: dev@dpdk.org; De Lara Guarch, Pablo > > > > Subject: [dpdk-dev] [PATCH] app/crypto-perf: support IMIX > > > > Add support for IMIX performance tests, where a distribution of > > various packet sizes can be submitted to a crypto device, testing a > > closer to a real world scenario. > > > > A sequence of packet sizes, selected randomly from a list of packet > > sizes (with "buffer-sz" parameter) with a list of the weights per > > packet size (using "imix" parameter), is generated (the length of this > > sequence is the same length as the pool, set with "pool-sz" parameter). > > > > This sequence is used repeteadly for all the crypto operations > > submitted to the crypto device (with "--total-ops" parameter). > > > > Signed-off-by: Pablo de Lara > > --- >=20 > Acked-by: Fan Zhang Applied to dpdk-next-crypto. Pablo