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 8D2F036E for ; Mon, 6 Mar 2017 15:08:31 +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; 06 Mar 2017 06:08:30 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,254,1484035200"; d="scan'208";a="73286987" Received: from irsmsx103.ger.corp.intel.com ([163.33.3.157]) by fmsmga006.fm.intel.com with ESMTP; 06 Mar 2017 06:08:30 -0800 Received: from irsmsx156.ger.corp.intel.com (10.108.20.68) by IRSMSX103.ger.corp.intel.com (163.33.3.157) with Microsoft SMTP Server (TLS) id 14.3.248.2; Mon, 6 Mar 2017 14:08:29 +0000 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.173]) by IRSMSX156.ger.corp.intel.com ([169.254.3.104]) with mapi id 14.03.0248.002; Mon, 6 Mar 2017 14:08:29 +0000 From: "De Lara Guarch, Pablo" To: "Kulasek, TomaszX" , "dev@dpdk.org" Thread-Topic: [PATCH] app/crypto-perf: fix uninitialized values for null operations Thread-Index: AQHSjrJc9inZswNe506ZoKCbNh5qNKGH6Lvw Date: Mon, 6 Mar 2017 14:08:28 +0000 Message-ID: References: <1487949960-22048-1-git-send-email-tomaszx.kulasek@intel.com> In-Reply-To: <1487949960-22048-1-git-send-email-tomaszx.kulasek@intel.com> 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.182] 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: Mon, 06 Mar 2017 14:08:31 -0000 > -----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 opera= tions >=20 > 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. >=20 > This patch sets values for null operations to zero. >=20 > Fixes: f8be1786b1b8 ("app/crypto-perf: introduce performance test > application") > Signed-off-by: Tomasz Kulasek Acked-by: Pablo de Lara