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

2015-07-27 Thread Thomas Monjalon
2015-07-25 12:36, Ravi Kerur: > --- a/lib/librte_eal/bsdapp/eal/eal_memory.c > +++ b/lib/librte_eal/bsdapp/eal/eal_memory.c [...] > +/* > + * Wrapper function to initialize contigmem. > + */ > +int > +rte_eal_hugepage_init(void) > +{ > + return rte_eal_contigmem_init(); > +} The useless wrappe

[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