From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id A1B4D9E3; Mon, 17 Apr 2017 22:29:03 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 17 Apr 2017 13:29:02 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,216,1488873600"; d="scan'208";a="1136868828" Received: from irsmsx151.ger.corp.intel.com ([163.33.192.59]) by fmsmga001.fm.intel.com with ESMTP; 17 Apr 2017 13:29:01 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.239]) by IRSMSX151.ger.corp.intel.com ([169.254.4.123]) with mapi id 14.03.0319.002; Mon, 17 Apr 2017 21:29:00 +0100 From: "De Lara Guarch, Pablo" To: "Zhang, Roy Fan" , "dev@dpdk.org" CC: "stable@dpdk.org" Thread-Topic: [PATCH] app/test-crypto-perf: fix crypto operation resubmission Thread-Index: AQHSsgqJzKRK17yon0mFknVaoqjcAqHKDlQA Date: Mon, 17 Apr 2017 20:28:59 +0000 Message-ID: References: <1491836242-124659-1-git-send-email-roy.fan.zhang@intel.com> In-Reply-To: <1491836242-124659-1-git-send-email-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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNzNlM2QwM2YtMTA2ZS00MDUyLWFkMzMtMTBkZjA5Y2IzN2YxIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6InlRRENST21EMVA3N1N6VXdTSWNhTU93YlY4ZEJaN1RPUzNhT3U3bzVrVFU9In0= x-ctpclassification: CTP_IC 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/test-crypto-perf: fix crypto operation resubmission 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: Mon, 17 Apr 2017 20:29:04 -0000 > -----Original Message----- > From: Zhang, Roy Fan > Sent: Monday, April 10, 2017 3:57 PM > To: dev@dpdk.org > Cc: De Lara Guarch, Pablo; stable@dpdk.org > Subject: [PATCH] app/test-crypto-perf: fix crypto operation resubmission >=20 > This patch fixes the crypto operation resubmission problem in crypto > perferformance test. Originally, when needed crypto ops amount is > smaller than the enqueued crypto ops in the last round, one or more > processed crypto operations will be re-enqueued. >=20 > Fixes: f8be1786b1b8 ("app/crypto-perf: introduce performance test > application") >=20 > Signed-off-by: Fan Zhang Acked-by: Pablo de Lara