From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 9DDF31B168 for ; Tue, 9 Jan 2018 12:26:25 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Jan 2018 03:26:24 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,335,1511856000"; d="scan'208";a="193521525" Received: from irsmsx109.ger.corp.intel.com ([163.33.3.23]) by fmsmga006.fm.intel.com with ESMTP; 09 Jan 2018 03:26:23 -0800 Received: from irsmsx101.ger.corp.intel.com ([169.254.1.46]) by IRSMSX109.ger.corp.intel.com ([169.254.13.28]) with mapi id 14.03.0319.002; Tue, 9 Jan 2018 11:26:22 +0000 From: "Zhang, Roy Fan" To: "De Lara Guarch, Pablo" , "Doherty, Declan" CC: "dev@dpdk.org" , "De Lara Guarch, Pablo" Thread-Topic: [dpdk-dev] [PATCH] app/crypto-perf: support IMIX Thread-Index: AQHTdBRlyxIbzanKnky8954kPuN5H6NrkM+g Date: Tue, 9 Jan 2018 11:26:21 +0000 Message-ID: <9F7182E3F746AB4EA17801C148F3C604330876CA@IRSMSX101.ger.corp.intel.com> References: <20171213131408.16439-1-pablo.de.lara.guarch@intel.com> In-Reply-To: <20171213131408.16439-1-pablo.de.lara.guarch@intel.com> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMTFiZWE2Y2MtNWM1NC00M2MwLTg0YjUtNjAwZTVkYTc0YjgxIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6ImtzeG9ybWtIVGwwTmp4cDVaWE1xclg0N1dCNk1Md1BHN0NEVG9DYXBaRDA9In0= dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action 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/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 11:26:26 -0000 > -----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 >=20 > 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 r= eal > world scenario. >=20 > 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). >=20 > This sequence is used repeteadly for all the crypto operations submitted = to > the crypto device (with "--total-ops" parameter). >=20 > Signed-off-by: Pablo de Lara > --- Acked-by: Fan Zhang