[dpdk-dev] [PATCH v9 04/12] eal/mem: extract common code for memseg list initialization

Thomas Monjalon thomas at monjalon.net
Mon Jun 15 15:13:59 CEST 2020


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.




More information about the dev mailing list