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

2014-12-25 Thread Ravi Kerur
eal_thread.c has minor difference between Linux and BSD, move into common directory. Use RTE_EXEC_ENV_BSDAPP to differentiate minor difference. Rename eal_thread.c to eal_common_thread.c Makefile changes to reflect file move and name change. Fix checkpatch warnings. Signed-off-by: Ravi Kerur ---

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

2014-12-25 Thread Neil Horman
On Thu, Dec 25, 2014 at 10:33:13AM -0500, Ravi Kerur wrote: > eal_thread.c has minor difference between Linux and BSD, move > into common directory. > Use RTE_EXEC_ENV_BSDAPP to differentiate minor difference. > Rename eal_thread.c to eal_common_thread.c > Makefile changes to reflect file move and

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

2014-12-25 Thread Ravi Kerur
Inline On Thu, Dec 25, 2014 at 9:41 AM, Neil Horman wrote: > On Thu, Dec 25, 2014 at 10:33:13AM -0500, Ravi Kerur wrote: > > eal_thread.c has minor difference between Linux and BSD, move > > into common directory. > > Use RTE_EXEC_ENV_BSDAPP to differentiate minor difference. > > Rename eal_thr

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

2014-12-26 Thread Neil Horman
On Thu, Dec 25, 2014 at 11:13:09AM -0800, Ravi Kerur wrote: > Inline > > On Thu, Dec 25, 2014 at 9:41 AM, Neil Horman wrote: > > > On Thu, Dec 25, 2014 at 10:33:13AM -0500, Ravi Kerur wrote: > > > eal_thread.c has minor difference between Linux and BSD, move > > > into common directory. > > > U