From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id E0E8C1077; Thu, 27 Apr 2017 17:48:00 +0200 (CEST) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 27 Apr 2017 08:47:27 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,384,1488873600"; d="scan'208";a="92912054" Received: from irsmsx154.ger.corp.intel.com ([163.33.192.96]) by orsmga005.jf.intel.com with ESMTP; 27 Apr 2017 08:47:26 -0700 Received: from irsmsx101.ger.corp.intel.com ([169.254.1.187]) by IRSMSX154.ger.corp.intel.com ([169.254.12.233]) with mapi id 14.03.0319.002; Thu, 27 Apr 2017 16:47:25 +0100 From: "Trahe, Fiona" To: "Eads, Gage" , "dev@dpdk.org" CC: "Griffin, John" , "Jain, Deepak K" , "stable@dpdk.org" , "Trahe, Fiona" Thread-Topic: [PATCH] crypto/qat: fix dequeue count stats retrieval Thread-Index: AQHSv2tbUmVxNXJAy0uUqt3XpCfppqHZXAfg Date: Thu, 27 Apr 2017 15:47:24 +0000 Message-ID: <348A99DA5F5B7549AA880327E580B435891EBBFC@IRSMSX101.ger.corp.intel.com> References: <1493307077-14100-1-git-send-email-gage.eads@intel.com> In-Reply-To: <1493307077-14100-1-git-send-email-gage.eads@intel.com> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action 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-stable] [PATCH] crypto/qat: fix dequeue count stats retrieval X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Apr 2017 15:48:01 -0000 > -----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 >=20 > The QAT device's dequeued_count and dequeue_err_count stats were > incorrectly assigned the enqueued_count and enqueue_err_count values, > respectively. >=20 > Signed-off-by: Gage Eads > Fixes: 1703e94a ("qat: add driver for QuickAssist devices") Acked-by: Fiona Trahe