[dpdk-dev] [PATCH v2 1/6] Move EAL common functions

2014-12-29 Thread Neil Horman
On Mon, Dec 29, 2014 at 07:34:22AM -0800, Ravi Kerur wrote: > I will change the subject and make it more explicit. In addition, I was > thinking of adding function names which are moved as part of commit message > so that it is easier for everyone to check what is moved rather than going > through

[dpdk-dev] [PATCH v2 1/6] Move EAL common functions

2014-12-29 Thread Ravi Kerur
I will change the subject and make it more explicit. In addition, I was thinking of adding function names which are moved as part of commit message so that it is easier for everyone to check what is moved rather than going through the patch. Do you think it would be helpful?? Thanks. On Sun, Dec

[dpdk-dev] [PATCH v2 1/6] Move EAL common functions

2014-12-28 Thread Neil Horman
On Sat, Dec 27, 2014 at 10:33:17AM -0500, Ravi Kerur wrote: > Changes in v2 > 1. Remove rte_dump_registers() function since it is not implemented. > 2. Fix comment for _rte_exit() > > eal_debug.c has no difference between Linux and BSD, move > into common directory. > Rename eal_debug.c to eal_com

[dpdk-dev] [PATCH v2 1/6] Move EAL common functions

2014-12-27 Thread Ravi Kerur
Changes in v2 1. Remove rte_dump_registers() function since it is not implemented. 2. Fix comment for _rte_exit() 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 che