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 9A2D1133F for ; Tue, 21 Mar 2017 17:19:48 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1490113188; x=1521649188; h=from:to:subject:date:message-id:references:in-reply-to: content-transfer-encoding:mime-version; bh=a6/hIm/6LERUOQr9r2PQBeJDlC/Hd6ZfGGx2iZVTKBk=; b=h8Spn23p3rnX8cGULyfmFA51h5bF0EBZzXeNY/zdufeTFvPpofpqJSmR hABineGAPkCvb0YFdw4p81PYBiMTUw==; Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 21 Mar 2017 09:19:47 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,200,1486454400"; d="scan'208";a="946685243" Received: from irsmsx105.ger.corp.intel.com ([163.33.3.28]) by orsmga003.jf.intel.com with ESMTP; 21 Mar 2017 09:19:46 -0700 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; Tue, 21 Mar 2017 16:19:45 +0000 From: "De Lara Guarch, Pablo" To: "De Lara Guarch, Pablo" , "Kulasek, TomaszX" , "dev@dpdk.org" Thread-Topic: [PATCH] app/crypto-perf: fix uninitialized values for null operations Thread-Index: AQHSjrJc9inZswNe506ZoKCbNh5qNKGH6LvwgBe3mZA= Date: Tue, 21 Mar 2017 16:19:44 +0000 Message-ID: References: <1487949960-22048-1-git-send-email-tomaszx.kulasek@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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMGE4NzA1YjQtMTdkNS00NDdkLTg1OTUtODNhY2VkNzMxYjUyIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IndqdGdkM3pIaE5Lc2tEaEFoOUJMOGVUQWlqMDQwQVFIZmNHWjh1S2RUVVU9In0= x-ctpclassification: CTP_IC 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] app/crypto-perf: fix uninitialized values for null operations 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: Tue, 21 Mar 2017 16:19:49 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of De Lara Guarch, > Pablo > Sent: Monday, March 06, 2017 2:08 PM > To: Kulasek, TomaszX; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] app/crypto-perf: fix uninitialized values= for > null operations >=20 >=20 >=20 > > -----Original Message----- > > From: Kulasek, TomaszX > > Sent: Friday, February 24, 2017 3:26 PM > > To: dev@dpdk.org > > Cc: De Lara Guarch, Pablo > > Subject: [PATCH] app/crypto-perf: fix uninitialized values for null > operations > > > > Some values are uninitialized for "cipher null" and "auth null" > > operations. It may cause unpredictable results for some crypto pmd > > drivers, or even segmentation fault. > > > > This patch sets values for null operations to zero. > > > > Fixes: f8be1786b1b8 ("app/crypto-perf: introduce performance test > > application") > > Signed-off-by: Tomasz Kulasek >=20 > Acked-by: Pablo de Lara >=20 Applied to dpdk-next-crypto. Thanks, Pablo