> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of Ding > Hui > Sent: 06 December 2025 19:16 > To: Nguyen, Anthony L <[email protected]>; Kitszel, Przemyslaw > <[email protected]>; [email protected]; [email protected]; > [email protected]; [email protected]; [email protected]; Keller, Jacob E > <[email protected]>; [email protected] > Cc: [email protected]; [email protected]; Ding, Hui > <[email protected]> > Subject: [Intel-wired-lan] [Patch net v2] ice: Fix incorrect timeout > ice_release_res() > > The commit 5f6df173f92e ("ice: implement and use rd32_poll_timeout for > ice_sq_done timeout") converted ICE_CTL_Q_SQ_CMD_TIMEOUT from jiffies to > microseconds. > > But the ice_release_res() function was missed, and its logic still treats > ICE_CTL_Q_SQ_CMD_TIMEOUT as a jiffies value. > > So correct the issue by usecs_to_jiffies(). > > Found by inspection of the DDP downloading process. > Compile and modprobe tested only. > > Fixes: 5f6df173f92e ("ice: implement and use rd32_poll_timeout for > ice_sq_done timeout") > Signed-off-by: Ding Hui <[email protected]> > Reviewed-by: Simon Horman <[email protected]> > Reviewed-by: Aleksandr Loktionov <[email protected]> > --- > drivers/net/ethernet/intel/ice/ice_common.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > --- > v1->v2: rebase to net branch and add commit log. >
Tested-by: Rinitha S <[email protected]> (A Contingent worker at Intel)
