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

2015-07-25 Thread Ravi Kerur
As per Thomas's suggestion dividing v8 patch into multiple smaller series. This patch contains changes to eal_lcore.c, eal_timer.c and eal_memory.c files. Tested on Ubuntu x86_64 14.04 GCC and Clang Tested on FreeBSD 10.0 x86_64 GCC and Clang testpmd, make test were run successfully. Ravi Kerur

[dpdk-dev] [PATCH v9 3/3] Move common functions in eal_memory.c

2015-07-25 Thread Ravi Kerur
Changes in v9 Rebase to latest code. Changes in v8 None Changes in v7 None Changes in v6 Removed unnecessary comments in function declaration. Changes in v5 Rebase to latest code. Changes in v4 Make rte_eal_hugepage_init and rte_eal_hugepage_attach as wrapper functions for BSD. Changes in v3

[dpdk-dev] [PATCH v9 2/3] Move common functions in eal_timer.c

2015-07-25 Thread Ravi Kerur
Changes in v9 Rebase to latest code. Changes in v8 Reorder eal_common_timer.c compilation. Changes in v7 None Changes in v6 Added new line between Copyright and header file inclusion in eal_common_timer.c. Changes in v5 Rebase to latest code. Changes in v4 Removed extern declaration of eal_tsc

[dpdk-dev] [PATCH v9 1/3] Move common functions in eal_lcore.c

2015-07-25 Thread Ravi Kerur
Changes in v9 Rebase to latest code. Changes in v8 Reorder eal_common_lcore.c compilation. Changes in v7 None. Changes in v6 None. Changes in v5 Rebase to latest code. Changes in v4 Implement cpu_detected() for BSD. Have common RTE_LOG for Linux and BSD in rte_eal_cpu_init(). Remove RTE_EXEC_E

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

2015-07-25 Thread Ravi Kerur
As per Thomas's suggestion dividing v8 patch into multiple smaller series. This patch contains changes to eal_lcore.c, eal_timer.c and eal_memory.c files. Tested on Ubuntu x86_64 14.04 GCC and Clang Tested on FreeBSD 10.0 x86_64 GCC and Clang testpmd, make test were run successfully. Ravi Kerur