[dpdk-dev] [PATCH v6 2/6] Move common functions in eal.c

2015-04-21 Thread Bruce Richardson
On Sat, Apr 18, 2015 at 12:43:07PM -0700, Ravi Kerur wrote: > Changes in v6 > Split eal_common_system.c and eal_common_runtime.c into > eal_common_sysfs.c > eal_common_mem_cfg.c > eal_common_proc_type.c > eal_comm_app_usage.c > based on functionality. > > Changes in v5 > Rebase to latest code. >

[dpdk-dev] [PATCH v6 2/6] Move common functions in eal.c

2015-04-21 Thread Ravi Kerur
On Tue, Apr 21, 2015 at 7:36 AM, Bruce Richardson < bruce.richardson at intel.com> wrote: > On Sat, Apr 18, 2015 at 12:43:07PM -0700, Ravi Kerur wrote: > > Changes in v6 > > Split eal_common_system.c and eal_common_runtime.c into > > eal_common_sysfs.c > > eal_common_mem_cfg.c > > eal_common_proc_

[dpdk-dev] [PATCH v6 2/6] Move common functions in eal.c

2015-04-22 Thread Bruce Richardson
On Tue, Apr 21, 2015 at 12:13:22PM -0700, Ravi Kerur wrote: > On Tue, Apr 21, 2015 at 7:36 AM, Bruce Richardson < > bruce.richardson at intel.com> wrote: > > > On Sat, Apr 18, 2015 at 12:43:07PM -0700, Ravi Kerur wrote: > > > Changes in v6 > > > Split eal_common_system.c and eal_common_runtime.c i

[dpdk-dev] [PATCH v6 2/6] Move common functions in eal.c

2015-04-22 Thread Ravi Kerur
On Wed, Apr 22, 2015 at 2:21 AM, Bruce Richardson < bruce.richardson at intel.com> wrote: > On Tue, Apr 21, 2015 at 12:13:22PM -0700, Ravi Kerur wrote: > > On Tue, Apr 21, 2015 at 7:36 AM, Bruce Richardson < > > bruce.richardson at intel.com> wrote: > > > > > On Sat, Apr 18, 2015 at 12:43:07PM -07

[dpdk-dev] [PATCH v6 2/6] Move common functions in eal.c

2015-04-18 Thread Ravi Kerur
Changes in v6 Split eal_common_system.c and eal_common_runtime.c into eal_common_sysfs.c eal_common_mem_cfg.c eal_common_proc_type.c eal_comm_app_usage.c based on functionality. Changes in v5 Rebase to latest code. Changes in v4 Remove eal_externs.h file, instead use _get_ and _set_ APIS to acce