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 6F36E1B16C for ; Tue, 23 Jan 2018 16:29:03 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Jan 2018 07:29:02 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,401,1511856000"; d="scan'208";a="25687198" Received: from irsmsx102.ger.corp.intel.com ([163.33.3.155]) by orsmga001.jf.intel.com with ESMTP; 23 Jan 2018 07:28:42 -0800 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.167]) by IRSMSX102.ger.corp.intel.com ([169.254.2.180]) with mapi id 14.03.0319.002; Tue, 23 Jan 2018 15:28:42 +0000 From: "De Lara Guarch, Pablo" To: "Zhang, Roy Fan" , "dev@dpdk.org" Thread-Topic: [PATCH v2] app/test-crypto-perf: fix index Thread-Index: AQHTlFZP/VUeoQPqS0OVFSGUO7y5EaOBlOgA Date: Tue, 23 Jan 2018 15:28:41 +0000 Message-ID: References: <20180123115425.38549-1-roy.fan.zhang@intel.com> <20180123142255.68449-1-roy.fan.zhang@intel.com> In-Reply-To: <20180123142255.68449-1-roy.fan.zhang@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOGM0ZmY0OTMtNjlmMC00YmZjLWJlNTktY2UyYWRlMTVlZWM0IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IitUTThqUmxXMEhcL25xRE5pYnFUdkE0TVUrajBRRExjeUtRMGphR0dFbFhVPSJ9 x-ctpclassification: CTP_NT 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 v2] app/test-crypto-perf: fix index 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, 23 Jan 2018 15:29:03 -0000 > -----Original Message----- > From: Zhang, Roy Fan > Sent: Tuesday, January 23, 2018 2:23 PM > To: dev@dpdk.org > Cc: De Lara Guarch, Pablo > Subject: [PATCH v2] app/test-crypto-perf: fix index >=20 > Fixes: 27c2e7471961 ("app/crypto-perf: support IMIX") >=20 > A bug caused index out-of-range error. This simple patch is to fix this. >=20 > Signed-off-by: Fan Zhang Acked-by: Pablo de Lara