[dpdk-dev] [PATCH 06/10] eal: factorize configuration adjustment

2014-11-25 Thread Bruce Richardson
On Sat, Nov 22, 2014 at 10:43:38PM +0100, Thomas Monjalon wrote: > Some adjustments are done after options parsing and are common > to Linux and BSD. > > Remove process_type adjustment in rte_config_init() because > it is already done in eal_parse_args(). > eal_proc_type_detect() is kept duplicate

[dpdk-dev] [PATCH 06/10] eal: factorize configuration adjustment

2014-11-22 Thread Thomas Monjalon
Some adjustments are done after options parsing and are common to Linux and BSD. Remove process_type adjustment in rte_config_init() because it is already done in eal_parse_args(). eal_proc_type_detect() is kept duplicated because it open a file descriptor which is used later in each eal.c. Signe