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

2019-12-17 Thread Ye Xiaolong
On 12/17, Lunyuan Cui wrote: >The link status for ixgbevf is not correct when PF link up. >IXGBE_ESDP register is only used when media type is fiber. > >Fixes: 1ca05831b9be ("net/ixgbe: fix link status") >Cc: sta...@dpdk.org > >Signed-off-by: Lunyuan Cui >--- > drivers/net/ixgbe/ixgbe_ethdev.c | 8

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

2019-12-16 Thread Lunyuan Cui
The link status for ixgbevf is not correct when PF link up. IXGBE_ESDP register is only used when media type is fiber. Fixes: 1ca05831b9be ("net/ixgbe: fix link status") Cc: sta...@dpdk.org Signed-off-by: Lunyuan Cui --- drivers/net/ixgbe/ixgbe_ethdev.c | 8 +--- 1 file changed, 5 insertion

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

2018-10-25 Thread Wu, Yanglong
Hi, qi: This patch we are going to fix the problem H3C: 82599 Niantic VF can't get correct link status when use cable :https://jira01.devtools.intel.com/browse/DPDK-5543?filter=-3 The commit log describe about the gap between kernel and dpdk and why we design this workaround to get right lin

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

2018-09-05 Thread Zhang, Qi Z
Hi Yanglong: > -Original Message- > From: Wu, Yanglong > Sent: Friday, August 10, 2018 4:10 PM > To: dev@dpdk.org > Cc: Xu, Rosen ; Wang, Dong1 ; > Zhang, Qi Z ; Wu, Yanglong > Subject: [PATCH] net/ixgbe: fix ixgbevf link status > > For ixgbevf kernel driver, link status changes from dow

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

2018-08-10 Thread Yanglong Wu
For ixgbevf kernel driver, link status changes from down to up will trigger vf kernel driver send IXGBE_VF_RESET message to pf kernel driver, after this, vf kernel driver will disable and enable it self. By these series operations, the vf kernel driver report link up. Besides, all these operations