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

2015-01-05 Thread Thomas Monjalon
2014-12-26 07:28, Ravi Kerur: > On Fri, Dec 26, 2014 at 6:40 AM, Neil Horman wrote: > > > On Thu, Dec 25, 2014 at 11:23:12AM -0800, Ravi Kerur wrote: > > > Thanks Neil for reviews. Inline > > > > > > On Thu, Dec 25, 2014 at 9:30 AM, Neil Horman > > wrote: > > > > > > > On Thu, Dec 25, 2014 at 1

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

2014-12-26 Thread Neil Horman
On Thu, Dec 25, 2014 at 11:23:12AM -0800, Ravi Kerur wrote: > Thanks Neil for reviews. Inline > > On Thu, Dec 25, 2014 at 9:30 AM, Neil Horman wrote: > > > On Thu, Dec 25, 2014 at 10:33:12AM -0500, Ravi Kerur wrote: > > > eal_debug.c has no difference between Linux and BSD, move > > > into comm

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

2014-12-26 Thread Ravi Kerur
On Fri, Dec 26, 2014 at 6:40 AM, Neil Horman wrote: > On Thu, Dec 25, 2014 at 11:23:12AM -0800, Ravi Kerur wrote: > > Thanks Neil for reviews. Inline > > > > On Thu, Dec 25, 2014 at 9:30 AM, Neil Horman > wrote: > > > > > On Thu, Dec 25, 2014 at 10:33:12AM -0500, Ravi Kerur wrote: > > > > eal_d

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

2014-12-25 Thread Neil Horman
On Thu, Dec 25, 2014 at 10:33:12AM -0500, Ravi Kerur wrote: > eal_debug.c has no difference between Linux and BSD, move > into common directory. > Rename eal_debug.c to eal_common_debug.c > Makefile changes to reflect file move and name change. > Fix checkpatch warnings. > > Signed-off-by: Ravi Ke

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

2014-12-25 Thread Ravi Kerur
Thanks Neil for reviews. Inline On Thu, Dec 25, 2014 at 9:30 AM, Neil Horman wrote: > On Thu, Dec 25, 2014 at 10:33:12AM -0500, Ravi Kerur wrote: > > eal_debug.c has no difference between Linux and BSD, move > > into common directory. > > Rename eal_debug.c to eal_common_debug.c > > Makefile ch

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

2014-12-25 Thread Ravi Kerur
eal_debug.c has no difference between Linux and BSD, move into common directory. Rename eal_debug.c to eal_common_debug.c Makefile changes to reflect file move and name change. Fix checkpatch warnings. Signed-off-by: Ravi Kerur --- lib/librte_eal/bsdapp/eal/Makefile | 2 +- lib/librte_ea