[dpdk-dev] [PATCH] mem: fix log for --no-huge

2013-07-26 Thread Thomas Monjalon
26/07/2013 16:57, Damien Millescamps : > On 07/26/2013 04:56 PM, Thomas Monjalon wrote: > > In some cases, it is possible to not use hugepages. > > So a simple malloc is used to initialize DPDK memory. > > > > Signed-off-by: Thomas Monjalon > > --- > > > > lib/librte_eal/linuxapp/eal/eal_memory

[dpdk-dev] [PATCH] mem: fix log for --no-huge

2013-07-26 Thread Damien Millescamps
On 07/26/2013 04:56 PM, Thomas Monjalon wrote: > In some cases, it is possible to not use hugepages. > So a simple malloc is used to initialize DPDK memory. > > Signed-off-by: Thomas Monjalon > --- > lib/librte_eal/linuxapp/eal/eal_memory.c |2 +- > 1 file changed, 1 insertion(+), 1 deletion(

[dpdk-dev] [PATCH] mem: fix log for --no-huge

2013-07-26 Thread Thomas Monjalon
In some cases, it is possible to not use hugepages. So a simple malloc is used to initialize DPDK memory. Signed-off-by: Thomas Monjalon --- lib/librte_eal/linuxapp/eal/eal_memory.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/librte_eal/linuxapp/eal/eal_memory.c b