From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 70E201B923; Fri, 14 Dec 2018 19:56:44 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 14 Dec 2018 10:56:43 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,354,1539673200"; d="scan'208";a="127977867" Received: from irsmsx106.ger.corp.intel.com ([163.33.3.31]) by fmsmga004.fm.intel.com with ESMTP; 14 Dec 2018 10:56:42 -0800 Received: from irsmsx101.ger.corp.intel.com ([169.254.1.237]) by IRSMSX106.ger.corp.intel.com ([169.254.8.227]) with mapi id 14.03.0415.000; Fri, 14 Dec 2018 18:56:41 +0000 From: "Trahe, Fiona" To: "Jozwiak, TomaszX" , "dev@dpdk.org" , "akhil.goyal@nxp.com" , "stable@dpdk.org" Thread-Topic: [PATCH] compress/qat: fix error counter in dequeue errors Thread-Index: AQHUk6bGikqZi+CZhkyxnLb9QRirAqV+lhXw Date: Fri, 14 Dec 2018 18:56:40 +0000 Message-ID: <348A99DA5F5B7549AA880327E580B435896A23BD@IRSMSX101.ger.corp.intel.com> References: <1544789507-31067-1-git-send-email-tomaszx.jozwiak@intel.com> In-Reply-To: <1544789507-31067-1-git-send-email-tomaszx.jozwiak@intel.com> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZGU4YmJlOGItYmMwMi00MzZlLThlYjAtMDljMjgyNzU1ZWUxIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiYThTeCt5WVlPU01WVUpJS2ZVcmtwemo3bktPVEYrSWdLVTlxaDdGVWpMS3RsWjlPTVVBaXJHczlDb3hlenRVMCJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action 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] compress/qat: fix error counter in dequeue errors 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, 14 Dec 2018 18:56:45 -0000 > -----Original Message----- > From: Jozwiak, TomaszX > Sent: Friday, December 14, 2018 5:12 AM > To: dev@dpdk.org; Trahe, Fiona ; Jozwiak, TomaszX > ; akhil.goyal@nxp.com; stable@dpdk.org > Subject: [PATCH] compress/qat: fix error counter in dequeue errors >=20 > This patch increments error counter (stats.dequeue_err_count) > in case of any error detection during qat_comp_process_response > function. >=20 > Fixes: 3cc14fc48e35 ("compress/qat: check that correct firmware is in use= ") > Fixes: 32842f2a6d7d ("compress/qat: create FW request and process respons= e") > Cc: stable@dpdk.org >=20 > Signed-off-by: Tomasz Jozwiak Acked-by: Fiona Trahe