From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id CF791A00E6 for ; Mon, 8 Jul 2019 11:22:18 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id CC80D322C; Mon, 8 Jul 2019 11:22:17 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id DD0FD2F42 for ; Mon, 8 Jul 2019 11:22:15 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 08 Jul 2019 02:22:14 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.63,466,1557212400"; d="scan'208";a="316666030" Received: from aburakov-mobl1.ger.corp.intel.com (HELO [10.237.220.82]) ([10.237.220.82]) by orsmga004.jf.intel.com with ESMTP; 08 Jul 2019 02:22:07 -0700 To: Thomas Monjalon Cc: dev@dpdk.org, Neil Horman , John McNamara , Marko Kovacevic , Konstantin Ananyev , David Hunt , Bruce Richardson , Byron Marohn , Pablo de Lara Guarch , Yipeng Wang , Sameh Gobriel , Vladimir Medvedkin , Olivier Matz , Andrew Rybchenko , Honnappa Nagarahalli , Reshma Pattan , david.marchand@redhat.com, stephen@networkplumber.org References: <4007509.ZM762vluVm@xps> From: "Burakov, Anatoly" Message-ID: <74c0d876-5a61-485f-aed6-3422b0e9f313@intel.com> Date: Mon, 8 Jul 2019 10:22:06 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.7.2 MIME-Version: 1.0 In-Reply-To: <4007509.ZM762vluVm@xps> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v5 4/9] eal: hide shared memory config 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 05-Jul-19 8:08 PM, Thomas Monjalon wrote: > 05/07/2019 19:26, Anatoly Burakov: >> --- a/lib/librte_eal/common/include/rte_fbarray.h >> +++ b/lib/librte_eal/common/include/rte_fbarray.h >> @@ -34,7 +34,6 @@ >> extern "C" { >> #endif >> >> -#include >> #include > > It triggers some compilation errors in mlx4 and mlx5: > fatal error: unknown type name 'bool' > I will try to fix them. > They probably need to include stdbool. Not removing these broke everything else... I should get a mlx compilation setup. -- Thanks, Anatoly