From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Van Haaren, Harry" Subject: Re: [PATCH v4 02/13] eal: make get runtime dir function public Date: Tue, 16 Oct 2018 00:45:25 +0000 Message-ID: References: <20181010105134.48079-1-kevin.laatz@intel.com> <20181011165837.81030-1-kevin.laatz@intel.com> <20181011165837.81030-3-kevin.laatz@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Cc: "stephen@networkplumber.org" , "gaetan.rivet@6wind.com" , "shreyansh.jain@nxp.com" , "thomas@monjalon.net" , "mattias.ronnblom@ericsson.com" , "Richardson, Bruce" To: "Laatz, Kevin" , "dev@dpdk.org" Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 6DF142BF4 for ; Tue, 16 Oct 2018 02:45:30 +0200 (CEST) In-Reply-To: <20181011165837.81030-3-kevin.laatz@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > -----Original Message----- > From: Laatz, Kevin > Sent: Thursday, October 11, 2018 9:58 AM > To: dev@dpdk.org > Cc: Van Haaren, Harry ; > stephen@networkplumber.org; gaetan.rivet@6wind.com; shreyansh.jain@nxp.co= m; > thomas@monjalon.net; mattias.ronnblom@ericsson.com; Richardson, Bruce > ; Laatz, Kevin > Subject: [PATCH v4 02/13] eal: make get runtime dir function public >=20 > This patch makes the eal_get_runtime_dir() API public so it can be used > from outside EAL. >=20 > Signed-off-by: Kevin Laatz >=20 > --- > Note: I have added rte_eal_get_runtime_dir() to the 18.11 version in the > .map file instead of the EXPERIMENTAL section as the function already > existed, we just renamed it and made it public. > --- There's a minor rebase on .map file, but that's unavoidable with in-flight = patchsets: Acked-by: Harry van Haaren