From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 66C361150 for ; Fri, 3 Feb 2017 12:31:11 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga104.fm.intel.com with ESMTP; 03 Feb 2017 03:31:10 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,328,1477983600"; d="scan'208";a="1090444920" Received: from irsmsx151.ger.corp.intel.com ([163.33.192.59]) by orsmga001.jf.intel.com with ESMTP; 03 Feb 2017 03:31:09 -0800 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.173]) by IRSMSX151.ger.corp.intel.com ([169.254.4.20]) with mapi id 14.03.0248.002; Fri, 3 Feb 2017 11:31:07 +0000 From: "De Lara Guarch, Pablo" To: "Mrzyglod, DanielX T" , Thomas Monjalon , "Mrozowicz, SlawomirX" CC: "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v2] app/test-crypto-perf: fix gcc compilation under FreeBSD Thread-Index: AQHSfVw/TwP8ETJSDkCdQlvAwHDSkaFV1H8AgAFSOIA= Date: Fri, 3 Feb 2017 11:31:06 +0000 Message-ID: References: <1485955877-25839-1-git-send-email-danielx.t.mrzyglod@intel.com> <1486042866-135177-1-git-send-email-danielx.t.mrzyglod@intel.com> <3122931.ok1ldL3Xjz@xps13> <7ADD74816B4C8A45B56203CBA65FE5A637848817@IRSMSX107.ger.corp.intel.com> In-Reply-To: <7ADD74816B4C8A45B56203CBA65FE5A637848817@IRSMSX107.ger.corp.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMDFlODRmOWItMDljYS00YzlmLWJkMWYtNjY2ZWM1ZWZiODliIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6ImlQcGowV0hHMXZOMEpNbkYydjF1NzZjZ3B4QnhOQWJMMUJncE1FQ0I3ZkU9In0= 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 gcc compilation under FreeBSD 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, 03 Feb 2017 11:31:11 -0000 Hi Thomas, > -----Original Message----- > From: Mrzyglod, DanielX T > Sent: Thursday, February 02, 2017 3:18 PM > To: Thomas Monjalon; Mrozowicz, SlawomirX; De Lara Guarch, Pablo > Cc: dev@dpdk.org > Subject: RE: [dpdk-dev] [PATCH v2] app/test-crypto-perf: fix gcc compilat= ion > under FreeBSD >=20 >=20 >=20 > >-----Original Message----- > >From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > >Sent: Thursday, February 02, 2017 2:57 PM > >To: Mrzyglod, DanielX T ; Mrozowicz, > SlawomirX > >; De Lara Guarch, Pablo > > > >Cc: dev@dpdk.org > >Subject: Re: [dpdk-dev] [PATCH v2] app/test-crypto-perf: fix gcc > compilation > >under FreeBSD > > > >Hi, > > > >The error is not specific to GCC. > >I can reproduce it with x86_64-native-bsdapp-clang. > > > I can reproduce it only at FreeBSD 10.3 gcc48 >=20 > I have mindblow about it. > When you see patchwork report: > http://dpdk.org/dev/patchwork/patch/19998/ - Everything is ok. > But it isn't due to daily raport: http://dpdk.org/ml/archives/test- > report/2017-January/010203.html >=20 > For clang it was working so I prepared patch for gcc. Could you say which clang version you have? In patch report, clang version on FreeBSD is 3.4.1, and compilation is OK. We might need to include a newer one. >=20 > >2017-02-02 14:41, Daniel Mrzyglod: > >> This patch fixes error: implicit declaration of function 'getline' > >> > >> Fixes: f8be1786b1b8 ("app/crypto-perf: introduce performance test > >application") > >> > >> Signed-off-by: Daniel Mrzyglod > > > >I am interested to understand how such error can happen with the > >recent integration of build checks in patchwork. > >Have you received any automatic mail about the compilation error? > >Do you think setting colors (green/orange/red) in the columns S/W/F > >would help? >=20 > We didn't get any error raport about this patchseries - so I think there = may > be some errors in DPDK's patchwork build environment . > Everybody like colors but it's not critical :> >=20