Re: [dpdk-dev] [PATCH] net/ixgbe: fix link status after port reset

2020-04-22 Thread Ye Xiaolong
On 04/13, Shougang Wang wrote: >It's a normal behavior to change the link status to up after >resetting the port. So it is unnecessary to set link down before >starting port, and changing the link state(link up/down) frequently >will cause link speed unstable. > >Fixes: c3f2fbff78cf ("net/ixgbe: fi

Re: [dpdk-dev] [PATCH] net/ixgbe: fix link status after port reset

2020-04-20 Thread Wang, ShougangX
Hi, Xiaolong > -Original Message- > From: Ye, Xiaolong > Sent: Tuesday, April 14, 2020 3:54 PM > To: Wang, ShougangX > Cc: dev@dpdk.org; Lu, Wenzhuo ; Yang, Qiming > ; sta...@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] net/ixgbe: fix link status after port reset >

Re: [dpdk-dev] [PATCH] net/ixgbe: fix link status after port reset

2020-04-14 Thread Ye Xiaolong
Hi, Shougang On 04/13, Shougang Wang wrote: >It's a normal behavior to change the link status to up after >resetting the port. So it is unnecessary to set link down before >starting port, and changing the link state(link up/down) frequently >will cause link speed unstable. > >Fixes: c3f2fbff78cf (

Re: [dpdk-dev] [PATCH] net/ixgbe: fix link status after port reset

2020-04-13 Thread Zhang, XuemingX
Tested-by: Zhang, XuemingX >-Original Message- >From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Shougang Wang >Sent: Monday, April 13, 2020 9:39 AM >To: dev@dpdk.org >Cc: Lu, Wenzhuo ; Yang, Qiming >; Wang, ShougangX ; >sta...@dpdk.org >Subject: [dpdk-dev] [PATCH] net/ixgbe: fix lin

Re: [dpdk-dev] [PATCH] net/ixgbe: fix link status after port reset

2020-04-12 Thread Yang, Qiming
> -Original Message- > From: Wang, ShougangX > Sent: Monday, April 13, 2020 09:39 > To: dev@dpdk.org > Cc: Lu, Wenzhuo ; Yang, Qiming > ; Wang, ShougangX ; > sta...@dpdk.org > Subject: [PATCH] net/ixgbe: fix link status after port reset > > It's a normal behavior to change the link sta