[dpdk-dev] [PATCH 7/7] Move EAL common functions

2014-12-26 Thread Neil Horman
On Thu, Dec 25, 2014 at 11:22:53AM -0800, Ravi Kerur wrote: > Inline > > On Thu, Dec 25, 2014 at 9:46 AM, Neil Horman wrote: > > > On Thu, Dec 25, 2014 at 10:33:17AM -0500, Ravi Kerur wrote: > > > Move common functions in eal_memory.c to librte_eal/common > > > directory. > > > Use RTE_EXEC_ENV

[dpdk-dev] [PATCH 7/7] Move EAL common functions

2014-12-26 Thread Ravi Kerur
On Fri, Dec 26, 2014 at 6:44 AM, Neil Horman wrote: > On Thu, Dec 25, 2014 at 11:22:53AM -0800, Ravi Kerur wrote: > > Inline > > > > On Thu, Dec 25, 2014 at 9:46 AM, Neil Horman > wrote: > > > > > On Thu, Dec 25, 2014 at 10:33:17AM -0500, Ravi Kerur wrote: > > > > Move common functions in eal_m

[dpdk-dev] [PATCH 7/7] Move EAL common functions

2014-12-25 Thread Neil Horman
On Thu, Dec 25, 2014 at 10:33:17AM -0500, Ravi Kerur wrote: > Move common functions in eal_memory.c to librte_eal/common > directory. > Use RTE_EXEC_ENV_BSDAPP to differentiate minor differences in > common functions. > Fix checkpatch warnings and errors. > > Signed-off-by: Ravi Kerur > --- > li

[dpdk-dev] [PATCH 7/7] Move EAL common functions

2014-12-25 Thread Ravi Kerur
Inline On Thu, Dec 25, 2014 at 9:46 AM, Neil Horman wrote: > On Thu, Dec 25, 2014 at 10:33:17AM -0500, Ravi Kerur wrote: > > Move common functions in eal_memory.c to librte_eal/common > > directory. > > Use RTE_EXEC_ENV_BSDAPP to differentiate minor differences in > > common functions. > > Fix

[dpdk-dev] [PATCH 7/7] Move EAL common functions

2014-12-25 Thread Ravi Kerur
Move common functions in eal_memory.c to librte_eal/common directory. Use RTE_EXEC_ENV_BSDAPP to differentiate minor differences in common functions. Fix checkpatch warnings and errors. Signed-off-by: Ravi Kerur --- lib/librte_eal/bsdapp/eal/eal_memory.c| 36 ++ lib/l