From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3 03/12] telemetry: add initial connection socket Date: Wed, 10 Oct 2018 14:24:28 +0200 Message-ID: <2487790.saY8690uLa@xps> References: <20181003173612.67101-1-kevin.laatz@intel.com> <20181010105134.48079-1-kevin.laatz@intel.com> <20181010105134.48079-4-kevin.laatz@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, harry.van.haaren@intel.com, stephen@networkplumber.org, gaetan.rivet@6wind.com, shreyansh.jain@nxp.com, mattias.ronnblom@ericsson.com, bruce.richardson@intel.com, Brian Archbold To: Kevin Laatz , Ciara Power Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 15CA01B485 for ; Wed, 10 Oct 2018 14:24:35 +0200 (CEST) In-Reply-To: <20181010105134.48079-4-kevin.laatz@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 10/10/2018 12:51, Kevin Laatz: > --- a/lib/librte_telemetry/rte_telemetry.c > +++ b/lib/librte_telemetry/rte_telemetry.c > +#define DEFAULT_DPDK_PATH "/var/run/dpdk/rte/telemetry" As suggested in v2, please use eal_get_runtime_dir()