Re: [dpdk-dev] [PATCH v2] eal: fix duplicate function declaration

2018-11-18 Thread Thomas Monjalon
14/11/2018 12:24, Burakov, Anatoly: > On 14-Nov-18 11:20 AM, Kevin Laatz wrote: > > The rte_eal_get_runtime_dir() function is currently being declared in two > > header files. > > > > This API was made public in commit 6911c9fd8fbe ("eal: export function to > > get runtime directory"), adding it t

Re: [dpdk-dev] [PATCH v2] eal: fix duplicate function declaration

2018-11-14 Thread Burakov, Anatoly
On 14-Nov-18 11:20 AM, Kevin Laatz wrote: The rte_eal_get_runtime_dir() function is currently being declared in two header files. This API was made public in commit 6911c9fd8fbe ("eal: export function to get runtime directory"), adding it to rte_eal.h. To make it public, the 'rte' prefix was add

[dpdk-dev] [PATCH v2] eal: fix duplicate function declaration

2018-11-14 Thread Kevin Laatz
The rte_eal_get_runtime_dir() function is currently being declared in two header files. This API was made public in commit 6911c9fd8fbe ("eal: export function to get runtime directory"), adding it to rte_eal.h. To make it public, the 'rte' prefix was added to the function so it needed to be modifi