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
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
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
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
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
5 matches
Mail list logo