X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_eal%2Fcommon%2Feal_common_memory.c;h=f85e37238da5f561a09969d22889dd3f9fe45bb5;hb=3b46fb77ebdb6bb6b47c578a2986077dcff68a19;hp=e8371d7ec958e6356abff4211fb4e386b7fc477d;hpb=a2ca32f764f8ec7399d51bd154e92704fa43e347;p=dpdk.git diff --git a/lib/librte_eal/common/eal_common_memory.c b/lib/librte_eal/common/eal_common_memory.c index e8371d7ec9..f85e37238d 100644 --- a/lib/librte_eal/common/eal_common_memory.c +++ b/lib/librte_eal/common/eal_common_memory.c @@ -95,9 +95,9 @@ rte_dump_physmem_layout(void) if (mcfg->memseg[i].addr == NULL) break; - printf("Segment %u: phys:0x%"PRIx64", len:0x%"PRIx64", " + printf("Segment %u: phys:0x%"PRIx64", len:%zu, " "virt:%p, socket_id:%"PRId32", " - "hugepage_sz:0x%"PRIx64", nchannel:%"PRIx32", " + "hugepage_sz:0x%zu, nchannel:%"PRIx32", " "nrank:%"PRIx32"\n", i, mcfg->memseg[i].phys_addr, mcfg->memseg[i].len,