Re: [dpdk-dev] net/ixgbe:fix wrong link status

2019-09-02 Thread Ye Xiaolong
Hi, Xiao This patch failed to apply on top of dpdk-next-net-intel/for-next-net, could you help to do a rebase? Thanks, Xiaolong On 09/02, Zhang Xiao wrote: >The link status for 82599eb got from link status register was not correct, >check the enable/disable flag of tx laser when getting the link

Re: [dpdk-dev] net/ixgbe:fix wrong link status

2019-09-02 Thread Ye Xiaolong
Hi, Xiao On 09/02, Zhang Xiao wrote: >The link status for 82599eb got from link status register was not correct, So there is a HW issue, right? Thanks, Xiaolong >check the enable/disable flag of tx laser when getting the link status, >set the link status down if tx laser disabled since the tx l

Re: [dpdk-dev] net/ixgbe:fix wrong link status

2019-09-01 Thread Zhao1, Wei
Reviewed-by: Wei Zhao > -Original Message- > From: Zhang, Xiao > Sent: Monday, September 2, 2019 7:52 PM > To: dev@dpdk.org > Cc: Zhao1, Wei ; Zhang, Xiao ; > sta...@dpdk.org > Subject: net/ixgbe:fix wrong link status > > The link status for 82599eb got from link status register was not

[dpdk-dev] net/ixgbe:fix wrong link status

2019-09-01 Thread Zhang Xiao
The link status for 82599eb got from link status register was not correct, check the enable/disable flag of tx laser when getting the link status, set the link status down if tx laser disabled since the tx laser flag could be set correctly when up/down the link status. Fixes: dc66e5fd01b9 ("net/ix