From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 5ECBE592A for ; Mon, 15 Feb 2016 12:16:43 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga103.fm.intel.com with ESMTP; 15 Feb 2016 03:16:43 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,449,1449561600"; d="scan'208";a="902862341" Received: from jdukat-mobl1.ger.corp.intel.com (HELO [10.252.8.138]) ([10.252.8.138]) by fmsmga001.fm.intel.com with ESMTP; 15 Feb 2016 03:16:41 -0800 Message-ID: <56C1B398.2030804@intel.com> Date: Mon, 15 Feb 2016 11:16:40 +0000 From: Remy Horton Organization: Intel Shannon Limited User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Thomas Monjalon , pablo.de.lara.guarch@intel.com, declan.doherty@intel.com References: <1454691969-25734-1-git-send-email-thomas.monjalon@6wind.com> <1454691969-25734-2-git-send-email-thomas.monjalon@6wind.com> In-Reply-To: <1454691969-25734-2-git-send-email-thomas.monjalon@6wind.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH 1/3] eal: fix keep alive header for C++ 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, 15 Feb 2016 11:16:43 -0000 On 05/02/2016 17:06, Thomas Monjalon wrote: > When built in a C++ application, the keepalive include fails: > > rte_keepalive.h:142:41: error: ‘ALIVE’ was not declared in this scope > keepcfg->state_flags[rte_lcore_id()] = ALIVE; > ^ > > Fixes: 75583b0d1efd ("eal: add keep alive monitoring") > > Signed-off-by: Thomas Monjalon Acked-by: Remy Horton