From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id BEE5B1E25 for ; Fri, 13 Jul 2018 16:15:47 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Jul 2018 07:15:44 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,347,1526367600"; d="scan'208";a="240064976" Received: from irsmsx109.ger.corp.intel.com ([163.33.3.23]) by orsmga005.jf.intel.com with ESMTP; 13 Jul 2018 07:15:27 -0700 Received: from irsmsx107.ger.corp.intel.com ([169.254.10.193]) by IRSMSX109.ger.corp.intel.com ([169.254.13.124]) with mapi id 14.03.0319.002; Fri, 13 Jul 2018 15:15:26 +0100 From: "De Lara Guarch, Pablo" To: "Trahe, Fiona" , "dev@dpdk.org" , "dmitry.ereminsolenikov@linaro.org" Thread-Topic: [PATCH v2] crypto/qat: fix checks for 3gpp algo bit params Thread-Index: AQHUGUFtCsNxPiEey0iLPT4yltDuWKSNNT+Q Date: Fri, 13 Jul 2018 14:15:26 +0000 Message-ID: References: <20180711122432.14658-1-dmitry.ereminsolenikov@linaro.org> <1531332163-28453-1-git-send-email-fiona.trahe@intel.com> In-Reply-To: <1531332163-28453-1-git-send-email-fiona.trahe@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYTc2YTMyZmMtMGQ2Zi00ZjdlLTkwNWQtNWI1NjlmYjQzNWQzIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiSXFGZ1AxT0lFdWFcL3o3VUQxOWhpb1lyclJrempVdGxlUlVcL05Uc050T053S1hvSUl4TTJJT3JPdHZteFRhemhSIn0= x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.200.100 dlp-reaction: no-action 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] [PATCH v2] crypto/qat: fix checks for 3gpp algo bit params 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, 13 Jul 2018 14:15:48 -0000 > -----Original Message----- > From: Trahe, Fiona > Sent: Wednesday, July 11, 2018 7:03 PM > To: dev@dpdk.org; dmitry.ereminsolenikov@linaro.org > Cc: De Lara Guarch, Pablo ; Trahe, Fiona > > Subject: [PATCH v2] crypto/qat: fix checks for 3gpp algo bit params >=20 > QAT driver checks byte alignment for KASUMI/SNOW 3G/ZUC algorithms using > cipher/auth_param, which are not initialized at this moment yet. Use oper= ation > params instead. >=20 > Signed-off-by: Fiona Trahe > --- Acked-by: Pablo de Lara