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 2EFC5234; Thu, 9 Mar 2017 22:45:59 +0100 (CET) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Mar 2017 13:45:52 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,137,1486454400"; d="scan'208";a="74330935" Received: from irsmsx101.ger.corp.intel.com ([163.33.3.153]) by fmsmga005.fm.intel.com with ESMTP; 09 Mar 2017 13:45:50 -0800 Received: from irsmsx155.ger.corp.intel.com (163.33.192.3) by IRSMSX101.ger.corp.intel.com (163.33.3.153) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 9 Mar 2017 21:45:49 +0000 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.173]) by irsmsx155.ger.corp.intel.com ([169.254.14.204]) with mapi id 14.03.0248.002; Thu, 9 Mar 2017 21:45:49 +0000 From: "De Lara Guarch, Pablo" To: "Mrozowicz, SlawomirX" , "Doherty, Declan" CC: "dev@dpdk.org" , "Mrozowicz, SlawomirX" , "stable@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] app/crypto-perf: fix invalid latency for QAT PMD Thread-Index: AQHSiFvcNm+UTT8LY0mV9m1Nk8Pk46GIHMZQgAUJqPCAAAXDAA== Date: Thu, 9 Mar 2017 21:45:48 +0000 Message-ID: References: <1487260268-19846-1-git-send-email-slawomirx.mrozowicz@intel.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOGZkNmIwNzEtNWY5ZS00OTFhLWIwNGQtZjg1NzBhMDNiNGJjIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6InhMbVRHcWkrdjNON0U5YjhVVlMwcmt5YWZnZUZsYWVsVmtGXC9lQm4wRTcwPSJ9 x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] app/crypto-perf: fix invalid latency for QAT PMD 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: Thu, 09 Mar 2017 21:46:00 -0000 > -----Original Message----- > From: De Lara Guarch, Pablo > Sent: Thursday, March 09, 2017 9:25 PM > To: De Lara Guarch, Pablo; Mrozowicz, SlawomirX; Doherty, Declan > Cc: dev@dpdk.org; Mrozowicz, SlawomirX > Subject: RE: [dpdk-dev] [PATCH] app/crypto-perf: fix invalid latency for = QAT > PMD >=20 >=20 >=20 > > -----Original Message----- > > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of De Lara Guarch, > > Pablo > > Sent: Monday, March 06, 2017 4:29 PM > > To: Mrozowicz, SlawomirX; Doherty, Declan > > Cc: dev@dpdk.org; Mrozowicz, SlawomirX > > Subject: Re: [dpdk-dev] [PATCH] app/crypto-perf: fix invalid latency fo= r > QAT > > PMD > > > > > > > > > -----Original Message----- > > > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Slawomir > > > Mrozowicz > > > Sent: Thursday, February 16, 2017 3:51 PM > > > To: Doherty, Declan > > > Cc: dev@dpdk.org; Mrozowicz, SlawomirX > > > Subject: [dpdk-dev] [PATCH] app/crypto-perf: fix invalid latency for = QAT > > > PMD > > > > > > Fixes invalid latency result when using the performance application a= nd > > > hardware QAT PMD. It occurred when the number of processed packets > > was > > > higher then the size of the internal QAT PMD ring buffer and the buff= er > > > was overflowed. > > > Fixed by correcting the registration of the enqueued packets and free= ing > > > memory space for not enqueued packets. > > > > > > Fixes: f8be1786b1b8 ("app/crypto-perf: introduce performance test > > > application") > > > > > > Signed-off-by: Slawomir Mrozowicz > > > > Acked-by: Pablo de Lara >=20 > Applied to dpdk-next-crypto. > Thanks, >=20 > Pablo CC'ing stable list.