Re: [dpdk-dev] [PATCH v4 02/13] eal: make get runtime dir function public

2018-10-15 Thread Van Haaren, Harry
> -Original Message- > From: Laatz, Kevin > Sent: Thursday, October 11, 2018 9:58 AM > To: dev@dpdk.org > Cc: Van Haaren, Harry ; > step...@networkplumber.org; gaetan.ri...@6wind.com; shreyansh.j...@nxp.com; > tho...@monjalon.net; mattias.ronnb...@ericsson.com; Richardson, Bruce > ; Laatz,

[dpdk-dev] [PATCH v4 02/13] eal: make get runtime dir function public

2018-10-11 Thread Kevin Laatz
This patch makes the eal_get_runtime_dir() API public so it can be used from outside EAL. Signed-off-by: Kevin Laatz --- 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