[dpdk-dev] [PATCH] eal: fix recording of detected/enabled logical cores

2013-07-26 Thread Thomas Monjalon
26/07/2013 13:55, Thomas Monjalon : > From: Ivan Boule > > 1) In the EAL initialization phase, invoke the function rte_eal_cpu_init >to detect the set of running cores (and enable them by default) before >processing the [enabled] core mask option that is performed during the >parsing

[dpdk-dev] [PATCH] eal: fix recording of detected/enabled logical cores

2013-07-26 Thread Adrien Mazarguil
On Fri, Jul 26, 2013 at 01:55:49PM +0200, Thomas Monjalon wrote: > From: Ivan Boule > > 1) In the EAL initialization phase, invoke the function rte_eal_cpu_init >to detect the set of running cores (and enable them by default) before >processing the [enabled] core mask option that is perfo

[dpdk-dev] [PATCH] eal: fix recording of detected/enabled logical cores

2013-07-26 Thread Thomas Monjalon
From: Ivan Boule 1) In the EAL initialization phase, invoke the function rte_eal_cpu_init to detect the set of running cores (and enable them by default) before processing the [enabled] core mask option that is performed during the parsing of EAL arguments. 2) In the function rte_eal_cp