> -----Original Message-----
> From: Miskell, Timothy <[email protected]>
> Sent: Friday, October 20, 2023 1:26 AM
> To: Zhang, Qi Z <[email protected]>
> Cc: [email protected]; Miskell, Timothy <[email protected]>; Tsai,
> Jonathan1 <[email protected]>
> Subject: [PATCH v2] net/ice: fix L1 check interval to account for longer link
> times
>
> For edge cases where the transceiver is physically inserted first and
> immediately afterwards the DPDK PF is started the LSC event may occur
> outside the current setting for the maximum check interval window. This
> change lengthens the check interval to account for this along with other
> reported cases where the link event may be longer than 1 second.
Fixes: cf911d90e366 ("net/ice: support link update")
Cc: [email protected]
>
> Signed-off-by: Timothy Miskell <[email protected]>
> Tested-by: Jonathan Tsai <[email protected]>
Acked-by: Qi Zhang <[email protected]>
Applied to dpdk-next-net-intel.
Thanks
Qi