[dpdk-dev] [PATCH v3 6/6] Move common functions in eal_memory.c

2015-01-06 Thread Ravi Kerur
I have added wrapper function for BSD. On Mon, Jan 5, 2015 at 1:17 PM, Thomas Monjalon wrote: > 2014-12-30 11:37, Ravi Kerur: > > Use common function names rte_eal_hugepage_init and > > rte_eal_hugepage_attach for BSD and Linux. > > I'd like to be sure that using hugepage wording instead of cont

[dpdk-dev] [PATCH v3 6/6] Move common functions in eal_memory.c

2015-01-05 Thread Thomas Monjalon
2014-12-30 11:37, Ravi Kerur: > Use common function names rte_eal_hugepage_init and > rte_eal_hugepage_attach for BSD and Linux. I'd like to be sure that using hugepage wording instead of contigmem is not too weird for BSD people. Do not forget that we have a kernel module called contigmem. Here,

[dpdk-dev] [PATCH v3 6/6] Move common functions in eal_memory.c

2014-12-30 Thread Ravi Kerur
Changes in v3 Changed subject line to explicitly include file name Commit log includes function names moved to common directory. Changes in v2 Use common function names rte_eal_hugepage_init and rte_eal_hugepage_attach for BSD and Linux. Update comments about its actuality in function declaration.