RE: [PATCH] net/ice: fix get link status timeout

2023-02-06 Thread Yang, Qiming
; ; Yang, Qiming ; Zhang, > > Qi Z ; Ye, MingjinX ; > > david.march...@redhat.com; ferruh.yi...@amd.com > > Subject: Re: [PATCH] net/ice: fix get link status timeout > > > > > > > > > -Original Message- > > > From: Thomas Monjalon > > >

RE: [PATCH] net/ice: fix get link status timeout

2023-02-06 Thread Ye, MingjinX
ng > Yang > > ; Qi Zhang ; Mingjin Ye > > ; david.march...@redhat.com; > > ferruh.yi...@amd.com > > Subject: Re: [PATCH] net/ice: fix get link status timeout > > > > 06/02/2023 07:22, Mingjin Ye: > > > When hw is just started, it will immediately obtain the l

RE: [PATCH] net/ice: fix get link status timeout

2023-02-06 Thread Ye, MingjinX
> -Original Message- > From: Thomas Monjalon > Sent: 2023年2月6日 17:16 > To: Ye, MingjinX > Cc: dev@dpdk.org; sta...@dpdk.org; Zhou, YidingX > ; Yang, Qiming ; Zhang, > Qi Z ; david.march...@redhat.com; > ferruh.yi...@amd.com > Subject: Re: [PATCH] net/ice:

Re: [PATCH] net/ice: fix get link status timeout

2023-02-06 Thread Thomas Monjalon
06/02/2023 09:14, Ye, MingjinX: > From: Thomas Monjalon > > 06/02/2023 07:22, Mingjin Ye: > > > When hw is just started, it will immediately obtain the link status, > > > and the longest attempt is 1 second. Some NICs are slow to initialize, > > > which make it fails to obtain the link status. > >

Re: [PATCH] net/ice: fix get link status timeout

2023-02-06 Thread Shuang Han
> -Original Message- > From: Mingjin Ye > Sent: Monday, February 06, 2023 2:23 PM > To: dev@dpdk.org > Cc: sta...@dpdk.org; yidingx.z...@intel.com; Mingjin Ye > ; Qiming Yang ; Qi Zhang > > Subject: [PATCH] net/ice: fix get link status timeout > > >

RE: [PATCH] net/ice: fix get link status timeout

2023-02-06 Thread Ye, MingjinX
> -Original Message- > From: Thomas Monjalon > Sent: 2023年2月6日 15:23 > To: Ye, MingjinX > Cc: dev@dpdk.org; sta...@dpdk.org; Zhou, YidingX > ; Yang, Qiming ; Zhang, > Qi Z ; Ye, MingjinX ; > david.march...@redhat.com; ferruh.yi...@amd.com > Subject: Re: [P

Re: [PATCH] net/ice: fix get link status timeout

2023-02-05 Thread 韩爽
t; Subject: Re: [PATCH] net/ice: fix get link status timeout > > 06/02/2023 07:22, Mingjin Ye: > > When hw is just started, it will immediately obtain the link status, > > and the longest attempt is 1 second. Some NICs are slow to initialize, > > which make it fails to obtain

Re: [PATCH] net/ice: fix get link status timeout

2023-02-05 Thread Thomas Monjalon
06/02/2023 07:22, Mingjin Ye: > When hw is just started, it will immediately obtain the link status, and > the longest attempt is 1 second. Some NICs are slow to initialize, which > make it fails to obtain the link status. > > The patch fixes this issue by modifying the longest attempt to 5 second

[PATCH] net/ice: fix get link status timeout

2023-02-05 Thread Mingjin Ye
When hw is just started, it will immediately obtain the link status, and the longest attempt is 1 second. Some NICs are slow to initialize, which make it fails to obtain the link status. The patch fixes this issue by modifying the longest attempt to 5 seconds. Fixes: cf911d90e366 ("net/ice: suppo