From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 469236932 for ; Fri, 10 Feb 2017 12:25:35 +0100 (CET) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Feb 2017 03:25:34 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,141,1484035200"; d="scan'208";a="64147111" Received: from irsmsx105.ger.corp.intel.com ([163.33.3.28]) by fmsmga006.fm.intel.com with ESMTP; 10 Feb 2017 03:25:33 -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:25:33 +0000 From: "De Lara Guarch, Pablo" To: "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+t2wSOQ949aFiGlbQ Date: Fri, 10 Feb 2017 11:25:32 +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: <1486648649-29060-1-git-send-email-slawomirx.mrozowicz@intel.com> 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:25:35 -0000 Hi Slawomir, > -----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 fau= lt > when use qat pmd >=20 > 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 data > be set value equal to cipher key data. >=20 > Fixes: f8be1786b1b8 ("app/crypto-perf: introduce performance test > application") >=20 > Signed-off-by: Slawomir Mrozowicz This also happened for other SW PMDs and not just QAT, but an incorrect imp= lementation in them was hiding this issue. I will reword this commit. Also, make sure to run check-git-log.sh next tim= e, as I am seeing: 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 Apart from this, Acked-by: Pablo de Lara