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

2025-01-14 Thread Zeng, ZhichaoX
ardson, Bruce ; Midde Ajijur Rehaman > ; Burakov, Anatoly > > Subject: Re: [PATCH] net/i40e/base: fix the debug print format > > On Tue, Jan 14, 2025 at 10:44 AM Zhichao Zeng > wrote: > > > > This patch modifies format specifier in debug prints to match to the > &g

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

2025-01-14 Thread David Marchand
On Tue, Jan 14, 2025 at 10:44 AM Zhichao Zeng wrote: > > This patch modifies format specifier in debug prints to match to the > change of time variables from 64 bit to 32 bit. I am missing something... this is reverting a valid change. If anything needs to be changed.. PRIu32 should be used in t

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

2025-01-14 Thread Zhichao Zeng
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") Fixes: ba90329a5eb3 ("net/i40e/base: fix invalid log format characters") Cc: sta...@dpdk.org Signed-off-b