From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id D22461BB9E for ; Mon, 14 May 2018 10:13:58 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 14 May 2018 01:13:57 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,399,1520924400"; d="scan'208";a="39090795" Received: from irsmsx153.ger.corp.intel.com ([163.33.192.75]) by fmsmga007.fm.intel.com with ESMTP; 14 May 2018 01:13:57 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.150]) by IRSMSX153.ger.corp.intel.com ([169.254.9.5]) with mapi id 14.03.0319.002; Mon, 14 May 2018 09:13:56 +0100 From: "De Lara Guarch, Pablo" To: "Gujjar, Abhinandan S" , "jerin.jacob@caviumnetworks.com" , "thomas@monjalon.net" , "dev@dpdk.org" Thread-Topic: [PATCH] test: fix build with icc Thread-Index: AQHT60/MpWwz9ItzpU+N4GBML+XSiaQu4Eug Date: Mon, 14 May 2018 08:13:56 +0000 Message-ID: References: <1526280622-50931-1-git-send-email-abhinandan.gujjar@intel.com> In-Reply-To: <1526280622-50931-1-git-send-email-abhinandan.gujjar@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZmQwZTkxNTMtNzZiNS00OTdlLTg3ZWUtM2RhNDJmMWMyODg4IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IjBwZlwvVzVlaTBoNlFzMDBDek5yc0FLdEY4Slp3VG1lWkRaQkxnXC9HV2laWT0ifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.200.100 dlp-reaction: no-action 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] test: fix build with icc 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, 14 May 2018 08:13:59 -0000 > -----Original Message----- > From: Gujjar, Abhinandan S > Sent: Monday, May 14, 2018 7:50 AM > To: jerin.jacob@caviumnetworks.com; thomas@monjalon.net; dev@dpdk.org > Cc: De Lara Guarch, Pablo ; Gujjar, > Abhinandan S > Subject: [PATCH] test: fix build with icc >=20 > This patch provides fix for icc compilation issue with event crypto adapt= er test > application. > Currently, number of elements in the session mempool is defined by > max_nb_sessions & this is replaced with a macro. >=20 > Fixes: 3c2c535ecfc0 ("test: add event crypto adapter auto-test") >=20 > Reported-by: Pablo de Lara > Signed-off-by: Abhinandan Gujjar Acked-by: Pablo de Lara