Tested-by: Cui, Lunyuan
> -Original Message-
> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Wei Zhao
> Sent: Tuesday, May 19, 2020 3:17 PM
> To: dev@dpdk.org
> Cc: sta...@dpdk.org; Xing, Beilei ; Guo, Jia
> ; Zhao1, Wei
> Subject: [dpdk-dev] [PATCH] net/i40e: fix flow FDIR enable
Tested-by: Cui, Lunyuan
> -Original Message-
> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Shougang Wang
> Sent: Wednesday, May 13, 2020 11:33 AM
> To: dev@dpdk.org
> Cc: Xing, Beilei ; Guo, Jia ; Wang,
> ShougangX ; sta...@dpdk.org
> Subject: [dpdk-dev] [PATCH v3] net/i40e: fix
Hi, xiaolong
> -Original Message-
> From: Ye, Xiaolong
> Sent: Tuesday, November 19, 2019 2:28 PM
> To: Cui, LunyuanX
> Cc: dev@dpdk.org; Lu, Wenzhuo ;
> sta...@dpdk.org
> Subject: Re: [dpdk-dev] [PATCH v4] net/ixgbe: fix link status
>
> On 11/18, Lunyuan Cu
Hi, Xiaolong
> -Original Message-
> From: Ye, Xiaolong
> Sent: Monday, November 18, 2019 11:07 AM
> To: Cui, LunyuanX
> Cc: dev@dpdk.org; Lu, Wenzhuo ;
> sta...@dpdk.org
> Subject: Re: [dpdk-dev] [PATCH v2] net/e1000: fix link status update
>
> On 11/15, Lunyu
we don’t need to ensure link status is updated.
If I change patch like this, will it affect your bug?
Looking forward to your reply.
Thanks
Lunyuan.
> -Original Message-
> From: Ilya Maximets [mailto:i.maxim...@ovn.org]
> Sent: Wednesday, November 13, 2019 11:07 PM
> To: Cui,
Unassigned variable should not be used as judgment, and there
is no need to update link status according to old link status.
This patch fix the issue.
Fixes: 80ba61115e77 ("net/e1000: use link status helper functions")
Cc: sta...@dpdk.org
Signed-off-by: Lunyuan Cui
---
drivers/net/e1000/em_ethd
already
implemented in ixgbe_dev_start(). There is no need to reuse it
in ixgbe_dev_link_update_share().
Fixes: 0408f47ba4d6 ("net/ixgbe: fix busy polling while fiber link update")
Cc: sta...@dpdk.org
Signed-off-by: Cui LunyuanX
---
drivers/net/ixgbe/ixgbe_ethdev.c | 7 ++-
1 file
After ports reset, tx laser register will be reset. The link
status for 82599eb got from link status register was not correct.
Set tx laser disable after ports reset.
Fixes: 0408f47ba4d6 ("net/ixgbe: fix busy polling while fiber link update")
Cc: sta...@dpdk.org
Signed-off-by: Lunyuan Cui
---
d
The link status got from link status register was not correct,
because register has been reset when ports reset.
After port reset, set the link status down.
Fixes: c431ec66c54c ("net/igb: support setting link up or down")
Cc: sta...@dpdk.org
Signed-off-by: Lunyuan Cui
---
drivers/net/e1000/igb_
9 matches
Mail list logo