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 2922E3B5 for ; Fri, 10 Feb 2017 12:48:18 +0100 (CET) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga105.fm.intel.com with ESMTP; 10 Feb 2017 03:48:18 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,141,1484035200"; d="scan'208";a="63495880" Received: from irsmsx105.ger.corp.intel.com ([163.33.3.28]) by fmsmga005.fm.intel.com with ESMTP; 10 Feb 2017 03:48:17 -0800 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.173]) by irsmsx105.ger.corp.intel.com ([169.254.7.38]) with mapi id 14.03.0248.002; Fri, 10 Feb 2017 11:48:16 +0000 From: "De Lara Guarch, Pablo" To: "De Lara Guarch, Pablo" , "Mrozowicz, SlawomirX" , "Doherty, Declan" CC: "dev@dpdk.org" , "Mrozowicz, SlawomirX" Thread-Topic: [dpdk-dev] [PATCH v2] app/test-crypto-perf: fix segmentation fault when use qat pmd Thread-Index: AQHSgst0KZPx6b/nNk6+t2wSOQ949aFiGlbQgAAHIRA= Date: Fri, 10 Feb 2017 11:48:16 +0000 Message-ID: References: <1486648343-28944-1-git-send-email-slawomirx.mrozowicz@intel.com> <1486648649-29060-1-git-send-email-slawomirx.mrozowicz@intel.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZTAzN2M0MGYtNzY3Mi00M2ZmLWI4ZDQtZTM3NGFlZjY5MzE0IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IjloZlorTGtheDRKOGR2ZTJUXC9cL05kaVpYem9UZVlYdFNma2JYYlc1T25wYz0ifQ== x-ctpclassification: CTP_IC 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 v2] app/test-crypto-perf: fix segmentation fault when use qat pmd 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, 10 Feb 2017 11:48:19 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of De Lara Guarch, > Pablo > Sent: Friday, February 10, 2017 11:26 AM > To: Mrozowicz, SlawomirX; Doherty, Declan > Cc: dev@dpdk.org; Mrozowicz, SlawomirX > Subject: Re: [dpdk-dev] [PATCH v2] app/test-crypto-perf: fix segmentation > fault when use qat pmd >=20 > Hi Slawomir, >=20 > > -----Original Message----- > > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Slawomir > > Mrozowicz > > Sent: Thursday, February 09, 2017 1:57 PM > > To: Doherty, Declan > > Cc: dev@dpdk.org; Mrozowicz, SlawomirX > > Subject: [dpdk-dev] [PATCH v2] app/test-crypto-perf: fix segmentation > fault > > when use qat pmd > > > > Fix segmentation fault happened when use QAT PMD's kasumi, snow3g or > > zug > > algorithm to do cipher-then-auth performance test application. > > The mentioned algorithms required authentication key data be set. > > This patch fix issue that gmac algorithm required authentication key da= ta > > be set value equal to cipher key data. > > > > Fixes: f8be1786b1b8 ("app/crypto-perf: introduce performance test > > application") > > > > Signed-off-by: Slawomir Mrozowicz >=20 > This also happened for other SW PMDs and not just QAT, but an incorrect > implementation in them was hiding this issue. > I will reword this commit. Also, make sure to run check-git-log.sh next t= ime, > as I am seeing: >=20 > Wrong headline lowercase: > app/test-crypto-perf: fix segmentation fault when use qat pmd > Headline too long: > app/test-crypto-perf: fix segmentation fault when use qat pmd >=20 > Apart from this, >=20 > Acked-by: Pablo de Lara >=20 Applied to dpdk-next-crypto. Thanks, Pablo