15/06/2020 02:43, Dmitry Kozlyuk: > --- a/lib/librte_eal/common/eal_common_memory.c > +++ b/lib/librte_eal/common/eal_common_memory.c > + RTE_LOG(DEBUG, EAL, > + "Memseg list allocated at socket %i, page size 0x%"PRIx64"kB\n", > + socket_id, (size_t)page_sz >> 10);
The cast to size_t must be removed to match PRIx64 expectation. I am fixing while merging.