Re: [PATCH v2] net/i40e/base: fix the debug print format

2025-01-21 Thread Bruce Richardson
On Wed, Jan 15, 2025 at 03:44:17PM +0800, Jaroslaw Ilgiewicz wrote: > This patch modifies format specifier in debug prints to match to the > change of time variables from 64 bit to 32 bit. > > Fixes: d980a401b137 ("net/i40e/base: add NVM acquire with custom timeout") > Cc: sta...@dpdk.org > > Sig

[PATCH v2] net/i40e/base: fix the debug print format

2025-01-14 Thread Jaroslaw Ilgiewicz
This patch modifies format specifier in debug prints to match to the change of time variables from 64 bit to 32 bit. Fixes: d980a401b137 ("net/i40e/base: add NVM acquire with custom timeout") Cc: sta...@dpdk.org Signed-off-by: Zhichao Zeng Signed-off-by: Jaroslaw Ilgiewicz --- drivers/net/i40e