From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <danielx.t.mrzyglod@intel.com>
Received: from mga06.intel.com (mga06.intel.com [134.134.136.31])
 by dpdk.org (Postfix) with ESMTP id 61D012BCD
 for <dev@dpdk.org>; Thu,  2 Feb 2017 16:18:34 +0100 (CET)
Received: from fmsmga005.fm.intel.com ([10.253.24.32])
 by orsmga104.jf.intel.com with ESMTP; 02 Feb 2017 07:18:33 -0800
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.33,325,1477983600"; d="scan'208";a="60402431"
Received: from irsmsx108.ger.corp.intel.com ([163.33.3.3])
 by fmsmga005.fm.intel.com with ESMTP; 02 Feb 2017 07:18:32 -0800
Received: from irsmsx107.ger.corp.intel.com ([169.254.10.3]) by
 IRSMSX108.ger.corp.intel.com ([169.254.11.173]) with mapi id 14.03.0248.002;
 Thu, 2 Feb 2017 15:18:31 +0000
From: "Mrzyglod, DanielX T" <danielx.t.mrzyglod@intel.com>
To: Thomas Monjalon <thomas.monjalon@6wind.com>, "Mrozowicz, SlawomirX"
 <slawomirx.mrozowicz@intel.com>, "De Lara Guarch, Pablo"
 <pablo.de.lara.guarch@intel.com>
CC: "dev@dpdk.org" <dev@dpdk.org>
Thread-Topic: [dpdk-dev] [PATCH v2] app/test-crypto-perf: fix gcc
 compilation under FreeBSD
Thread-Index: AQHSfVpYrsEyGXOj+0+YsMmH7+gAlaFVvbOAgAARycA=
Date: Thu, 2 Feb 2017 15:18:30 +0000
Message-ID: <7ADD74816B4C8A45B56203CBA65FE5A637848817@IRSMSX107.ger.corp.intel.com>
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>
In-Reply-To: <3122931.ok1ldL3Xjz@xps13>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-originating-ip: [163.33.239.180]
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 <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Thu, 02 Feb 2017 15:18:34 -0000



>-----Original Message-----
>From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com]
>Sent: Thursday, February 02, 2017 2:57 PM
>To: Mrzyglod, DanielX T <danielx.t.mrzyglod@intel.com>; Mrozowicz, Slawomi=
rX
><slawomirx.mrozowicz@intel.com>; De Lara Guarch, Pablo
><pablo.de.lara.guarch@intel.com>
>Cc: dev@dpdk.org
>Subject: Re: [dpdk-dev] [PATCH v2] app/test-crypto-perf: fix gcc compilati=
on
>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

I have mindblow about it.
When you see patchwork report:
http://dpdk.org/dev/patchwork/patch/19998/   -  Everything is ok.=20
But it isn't due to daily raport: http://dpdk.org/ml/archives/test-report/2=
017-January/010203.html

For clang it was working so I prepared patch for gcc.

>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 <danielx.t.mrzyglod@intel.com>
>
>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?

We didn't get any error raport about this patchseries - so I think there ma=
y be some errors in DPDK's patchwork build environment .
Everybody like colors but it's not critical :>