From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id EE4472C18; Fri, 28 Apr 2017 09:54:28 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga105.fm.intel.com with ESMTP; 28 Apr 2017 00:54:27 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,387,1488873600"; d="scan'208";a="1124362410" Received: from irsmsx151.ger.corp.intel.com ([163.33.192.59]) by orsmga001.jf.intel.com with ESMTP; 28 Apr 2017 00:54:26 -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; Fri, 28 Apr 2017 08:54:25 +0100 From: "De Lara Guarch, Pablo" To: "Trahe, Fiona" , "Eads, Gage" , "dev@dpdk.org" CC: "Griffin, John" , "Jain, Deepak K" , "stable@dpdk.org" , "Trahe, Fiona" Thread-Topic: [dpdk-stable] [PATCH] crypto/qat: fix dequeue count stats retrieval Thread-Index: AQHSv22s9eD9tyg9cEi7Jm+Ru5+ze6HaaiPg Date: Fri, 28 Apr 2017 07:54:25 +0000 Message-ID: References: <1493307077-14100-1-git-send-email-gage.eads@intel.com> <348A99DA5F5B7549AA880327E580B435891EBBFC@IRSMSX101.ger.corp.intel.com> In-Reply-To: <348A99DA5F5B7549AA880327E580B435891EBBFC@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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYzBlYWZmOWItNTI5Yy00NGQzLWJiYzgtNTQwYzE0MzcxNWQyIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IkxIZzlcL2Q2alB0dW5WbmRjcEpiZHBmYmlxXC85elwvTlVUbEo5WnJMM2tuVzg9In0= x-ctpclassification: CTP_IC 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] [dpdk-stable] [PATCH] crypto/qat: fix dequeue count stats retrieval 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: Fri, 28 Apr 2017 07:54:29 -0000 > -----Original Message----- > From: stable [mailto:stable-bounces@dpdk.org] On Behalf Of Trahe, Fiona > Sent: Thursday, April 27, 2017 4:47 PM > To: Eads, Gage; dev@dpdk.org > Cc: Griffin, John; Jain, Deepak K; stable@dpdk.org; Trahe, Fiona > Subject: Re: [dpdk-stable] [PATCH] crypto/qat: fix dequeue count stats > retrieval >=20 >=20 >=20 > > -----Original Message----- > > From: Eads, Gage > > Sent: Thursday, April 27, 2017 4:31 PM > > To: dev@dpdk.org > > Cc: Griffin, John ; Trahe, Fiona > > ; Jain, Deepak K ; > > stable@dpdk.org > > Subject: [PATCH] crypto/qat: fix dequeue count stats retrieval > > > > The QAT device's dequeued_count and dequeue_err_count stats were > > incorrectly assigned the enqueued_count and enqueue_err_count values, > > respectively. > > > > Signed-off-by: Gage Eads > > Fixes: 1703e94a ("qat: add driver for QuickAssist devices") >=20 > Acked-by: Fiona Trahe Fixed "fixes line" with 6 SHA-1 bytes: 1703e94ac5ce Added Cc: stable@dpdk.org Applied to dpdk-next-crypto. Thanks, Pablo