Re: [dpdk-dev] [PATCH v5 1/8] eal: move OS common functions to single file

2020-06-16 Thread David Marchand
On Tue, Jun 9, 2020 at 12:32 PM wrote: > > From: Tal Shnaiderman > > Move common functions between Unix and Windows to eal_common_config.c. > > Those simple functions are getter functions for IOVA, > configuration, Multi-process. > > Move rte_config and runtime_dir to be defined in a common file.

[dpdk-dev] [PATCH v5 1/8] eal: move OS common functions to single file

2020-06-09 Thread talshn
From: Tal Shnaiderman Move common functions between Unix and Windows to eal_common_config.c. Those simple functions are getter functions for IOVA, configuration, Multi-process. Move rte_config and runtime_dir to be defined in a common file. Signed-off-by: Tal Shnaiderman --- lib/librte_eal/c