[dpdk-dev] [PATCH v5 2/8] Move common functions in eal.c

2015-04-16 Thread Ravi Kerur
Thomas, Thanks for the review so far, I will make necessary changes and send out v6. Thanks, Ravi On Thu, Apr 16, 2015 at 3:08 PM, Ravi Kerur wrote: > > > On Thu, Apr 16, 2015 at 1:24 AM, Thomas Monjalon < > thomas.monjalon at 6wind.com> wrote: > >> Hi Ravi, >> >> I think this patch is too

[dpdk-dev] [PATCH v5 2/8] Move common functions in eal.c

2015-04-16 Thread Thomas Monjalon
Hi Ravi, I think this patch is too complex and move too many different things: - sysfs - mem_cfg - proc_type - application_usage Please split them up. I'm not sure the classification in eal_common_runtime.c and eal_common_system.c new file is clear. 2015-04-09 12:40, Ravi Kerur: > +

[dpdk-dev] [PATCH v5 2/8] Move common functions in eal.c

2015-04-09 Thread Ravi Kerur
Changes in v5 Rebase to latest code. Changes in v4 Remove eal_externs.h file, instead use _get_ and _set_ APIS to access those variables. Split eal_common.c into eal_common_system.c and and eal_common_runtime.c rte_eal prefix functions are moved to _runtime_ and eal prefix functions are moved to