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 61CF62C60 for ; Mon, 4 Apr 2016 11:33:42 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga102.fm.intel.com with ESMTP; 04 Apr 2016 02:33:42 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,439,1455004800"; d="scan'208";a="924897815" Received: from irsmsx152.ger.corp.intel.com ([163.33.192.66]) by orsmga001.jf.intel.com with ESMTP; 04 Apr 2016 02:33:40 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.13]) by IRSMSX152.ger.corp.intel.com ([169.254.6.34]) with mapi id 14.03.0248.002; Mon, 4 Apr 2016 10:33:39 +0100 From: "De Lara Guarch, Pablo" To: "Mrzyglod, DanielX T" , "dev@dpdk.org" CC: "Wu, Jingjing" Thread-Topic: [PATCH 2/2] examples: fix build errors for icc Thread-Index: AQHRjk7A3CcwrP8hqkeIsj+b0iXtnJ95jLiw Date: Mon, 4 Apr 2016 09:33:39 +0000 Message-ID: References: <1459759611-13788-1-git-send-email-danielx.t.mrzyglod@intel.com> <1459759611-13788-3-git-send-email-danielx.t.mrzyglod@intel.com> In-Reply-To: <1459759611-13788-3-git-send-email-danielx.t.mrzyglod@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNWViNTQ5ZWUtMzU0NS00MWU1LTkzMWYtYTdmYmJiOGNlZjk3IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6ImY2VTZOekdjeVBGU0ZPbEVoM09KY1J6dDRVQkw4dDFLbVRsaEZCUXV5WUE9In0= x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 2/2] examples: fix build errors for icc X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Apr 2016 09:33:42 -0000 Hi Daniel, > -----Original Message----- > From: Mrzyglod, DanielX T > Sent: Monday, April 04, 2016 9:47 AM > To: dev@dpdk.org > Cc: Wu, Jingjing; De Lara Guarch, Pablo > Subject: [PATCH 2/2] examples: fix build errors for icc >=20 > error: loops in this subroutine are not good vectorization candidates > (try compiling with O3 and/or IPO). >=20 > Solution to disable this diagnostic message > https://software.intel.com/en-us/forums/intel-c-compiler/topic/537688 >=20 > Fixes: d299106e8e31 ("examples/ipsec-secgw: add IPsec sample application"= ) > Fixes: 8cc72f2814dd ("examples/vmdq_dcb: support X710") >=20 > Signed-off-by: Daniel Mrzyglod =20 Which ICC version are you using? I don't see any errors with ICC 15.0, so i= s it with 16.0? Thanks, Pablo