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 BB0401B5A4 for ; Fri, 14 Dec 2018 00:01:20 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Dec 2018 15:01:19 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,350,1539673200"; d="scan'208";a="107296239" Received: from irsmsx110.ger.corp.intel.com ([163.33.3.25]) by fmsmga007.fm.intel.com with ESMTP; 13 Dec 2018 15:01:19 -0800 Received: from irsmsx111.ger.corp.intel.com (10.108.20.4) by irsmsx110.ger.corp.intel.com (163.33.3.25) with Microsoft SMTP Server (TLS) id 14.3.408.0; Thu, 13 Dec 2018 23:01:18 +0000 Received: from irsmsx101.ger.corp.intel.com ([169.254.1.237]) by irsmsx111.ger.corp.intel.com ([169.254.2.183]) with mapi id 14.03.0415.000; Thu, 13 Dec 2018 23:01:18 +0000 From: "Trahe, Fiona" To: "Kusztal, ArkadiuszX" , "akhil.goyal@nxp.com" CC: "dev@dpdk.org" , "Trahe, Fiona" Thread-Topic: [PATCH 0/3] Fix handling of block size in qat for hash Thread-Index: AQHUklU4nspytXTmpk6fTWRoARUqR6V9SnUQ Date: Thu, 13 Dec 2018 23:01:17 +0000 Message-ID: <348A99DA5F5B7549AA880327E580B435896A1254@IRSMSX101.ger.corp.intel.com> References: <20181212195904.8160-1-arkadiuszx.kusztal@intel.com> In-Reply-To: <20181212195904.8160-1-arkadiuszx.kusztal@intel.com> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZDU2NmZlMmEtNmQ4Zi00MjdhLThlNTktZjQ0ZDgwZDkyNGI1IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoic3dkTmsrWHdHMGtkQk5qZVlqUjNNazJRYTdaUStJUFhLM1hlNjdUenZWTlB3amdmaStxQ01IWGZJRTIxNFppbiJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 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-dev] [PATCH 0/3] Fix handling of block size in qat for hash 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, 13 Dec 2018 23:01:21 -0000 > -----Original Message----- > From: Kusztal, ArkadiuszX > Sent: Wednesday, December 12, 2018 12:59 PM > To: akhil.goyal@nxp.com > Cc: dev@dpdk.org; Trahe, Fiona ; Kusztal, Arkadius= zX > > Subject: [PATCH 0/3] Fix handling of block size in qat for hash >=20 > This patchset fixes invalid message which is caused by not > entirely correct way of checking for block size. >=20 > Arek Kusztal (3): > crypto/qat: handle error msg of block size properly > crypto/qat: fix message for CCM when setting unused counter > crypto/qat: fix message for NULL algo setting unused counter >=20 > drivers/crypto/qat/qat_sym_session.c | 15 ++++++++++----- > 1 file changed, 10 insertions(+), 5 deletions(-) >=20 > -- > 2.1.0 Series-acked-by: Fiona Trahe