> -----Original Message----- > From: Laatz, Kevin > Sent: Thursday, October 11, 2018 9:58 AM > To: dev@dpdk.org > Cc: Van Haaren, Harry <harry.van.haa...@intel.com>; > step...@networkplumber.org; gaetan.ri...@6wind.com; shreyansh.j...@nxp.com; > tho...@monjalon.net; mattias.ronnb...@ericsson.com; Richardson, Bruce > <bruce.richard...@intel.com>; Laatz, Kevin <kevin.la...@intel.com> > Subject: [PATCH v4 02/13] eal: make get runtime dir function public > > This patch makes the eal_get_runtime_dir() API public so it can be used > from outside EAL. > > Signed-off-by: Kevin Laatz <kevin.la...@intel.com> > > --- > 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 <harry.van.haa...@intel.com>