> -----Original Message----- > From: Laatz, Kevin > Sent: Thursday, October 11, 2018 9:58 AM > To: [email protected] > Cc: Van Haaren, Harry <[email protected]>; > [email protected]; [email protected]; [email protected]; > [email protected]; [email protected]; Richardson, Bruce > <[email protected]>; Laatz, Kevin <[email protected]> > 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 <[email protected]> > > --- > 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 <[email protected]>

