From mboxrd@z Thu Jan 1 00:00:00 1970 From: Remy Horton Subject: Re: [PATCH 3/3] keepalive: add rte_keepalive_xstats() and example Date: Thu, 21 Jan 2016 09:57:00 +0000 Message-ID: <56A0AB6C.5080704@intel.com> References: <1453305221-11125-1-git-send-email-harry.van.haaren@intel.com> <1453305221-11125-4-git-send-email-harry.van.haaren@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit To: dev@dpdk.org Return-path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 0E4578E95 for ; Thu, 21 Jan 2016 10:57:02 +0100 (CET) In-Reply-To: <1453305221-11125-4-git-send-email-harry.van.haaren@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Morning, On 20/01/2016 15:53, Harry van Haaren wrote: > This patch adds a function that exposes keepalive statistics > re-using the existing rte_eth_xstats struct. The function provides > the client API the opportunity to read last-seen and status of > each core. > > Signed-off-by: Harry van Haaren ... > #include > #include > #include > +#include > + > +#define RTE_KEEPALIVE_NSTATS 2 Tried building this and am getting the following error: == Build lib/librte_eal/linuxapp/eal CC rte_keepalive.o /local/rhorton/dpdk-test/lib/librte_eal/common/rte_keepalive.c:42:24: fatal error: rte_ethdev.h: No such file or directory compilation terminated. If I remember correctly, there are limitations on the libs using each others' header files.. ..Remy