From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 0465E58CE for ; Fri, 10 Feb 2017 12:48:38 +0100 (CET) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga104.jf.intel.com with ESMTP; 10 Feb 2017 03:48:37 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,141,1484035200"; d="scan'208";a="63495947" Received: from irsmsx105.ger.corp.intel.com ([163.33.3.28]) by fmsmga005.fm.intel.com with ESMTP; 10 Feb 2017 03:48:37 -0800 Received: from irsmsx111.ger.corp.intel.com (10.108.20.4) by irsmsx105.ger.corp.intel.com (163.33.3.28) with Microsoft SMTP Server (TLS) id 14.3.248.2; Fri, 10 Feb 2017 11:48:36 +0000 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.173]) by irsmsx111.ger.corp.intel.com ([169.254.2.109]) with mapi id 14.03.0248.002; Fri, 10 Feb 2017 11:48:36 +0000 From: "De Lara Guarch, Pablo" To: "De Lara Guarch, Pablo" , "Piasecki, JacekX" , "Doherty, Declan" CC: "dev@dpdk.org" Thread-Topic: [PATCH v2] app/test-crypto-perf: fix incorrect size of expression Thread-Index: AQHSg5A6VDAPeD8VNUKl8gDJyq0Lo6FiGmIAgAAFqSA= Date: Fri, 10 Feb 2017 11:48:35 +0000 Message-ID: References: <1486569881-16220-2-git-send-email-jacekx.piasecki@intel.com> <1486733175-24640-1-git-send-email-jacekx.piasecki@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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOGM2NmQxMGYtZDEyMy00OWUxLWE5OGUtZjE1ZGI3YzUxNGExIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6ImxCa1dqa2E0MWhONmYxQk0xODdtNzhCTlNCVU1zcEdNVGhYTGd3anFSRUk9In0= 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 incorrect size of expression 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:39 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of De Lara Guarch, > Pablo > Sent: Friday, February 10, 2017 11:29 AM > To: Piasecki, JacekX; Doherty, Declan > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v2] app/test-crypto-perf: fix incorrect si= ze of > expression >=20 >=20 >=20 > > -----Original Message----- > > From: Piasecki, JacekX > > Sent: Friday, February 10, 2017 1:26 PM > > To: Doherty, Declan > > Cc: dev@dpdk.org; De Lara Guarch, Pablo; Piasecki, JacekX > > Subject: [PATCH v2] app/test-crypto-perf: fix incorrect size of express= ion > > > > Fix problem of passing a pointer to sizeof() function. Now the size > > of enabled_cdevs structure is passed by RTE_CRYPTO_MAX_DEVS. > > > > Coverity issue: 141068 > > Fixes: f8be1786b1b8 ("app/crypto-perf: introduce performance test > > application") > > > > Signed-off-by: Jacek Piasecki >=20 > Acked-by: Pablo de Lara Applied to dpdk-next-crypto. Thanks, Pablo