X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=app%2Ftest%2Ftest_memory.c;h=b73441756d153c7d1326dc51b79991760a90dd68;hb=591a9d7985c1230652d9f7ea1f9221e8c66ec188;hp=a179fd6af8e2a5986ad35d9814fcd1aafb7892c7;hpb=c738c6a644e5a07fa98ede668775c08ec5321273;p=dpdk.git diff --git a/app/test/test_memory.c b/app/test/test_memory.c index a179fd6af8..b73441756d 100644 --- a/app/test/test_memory.c +++ b/app/test/test_memory.c @@ -63,7 +63,7 @@ test_memory(void) * that at least one line is dumped */ printf("Dump memory layout\n"); - rte_dump_physmem_layout(); + rte_dump_physmem_layout(stdout); /* check that memory size is != 0 */ s = rte_eal_get_physmem_size();