* [PATCH] net/ice: fix initail link status issue
@ 2023-09-13 9:02 Qiming Yang
2023-09-14 1:57 ` Zhang, Qi Z
0 siblings, 1 reply; 2+ messages in thread
From: Qiming Yang @ 2023-09-13 9:02 UTC (permalink / raw)
To: dev; +Cc: qi.z.zhang, Qiming Yang, stable
This patch fixed the issue which the link status still up
when the link status changed from up to downi after device
restart.
Fixes: fdcf92ed6637 ("net/ice: fix link status recovery")
Cc: stable@dpdk.org
Signed-off-by: Qiming Yang <qiming.yang@intel.com>
---
drivers/net/ice/ice_ethdev.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/net/ice/ice_ethdev.c b/drivers/net/ice/ice_ethdev.c
index 4bad39c2c1..ed9771be1c 100644
--- a/drivers/net/ice/ice_ethdev.c
+++ b/drivers/net/ice/ice_ethdev.c
@@ -3646,6 +3646,8 @@ ice_get_init_link_status(struct rte_eth_dev *dev)
if (link_status.link_info & ICE_AQ_LINK_UP)
pf->init_link_up = true;
+ else
+ pf->init_link_up = false;
}
static int
--
2.25.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* RE: [PATCH] net/ice: fix initail link status issue
2023-09-13 9:02 [PATCH] net/ice: fix initail link status issue Qiming Yang
@ 2023-09-14 1:57 ` Zhang, Qi Z
0 siblings, 0 replies; 2+ messages in thread
From: Zhang, Qi Z @ 2023-09-14 1:57 UTC (permalink / raw)
To: Yang, Qiming, dev; +Cc: stable
> -----Original Message-----
> From: Yang, Qiming <qiming.yang@intel.com>
> Sent: Wednesday, September 13, 2023 5:02 PM
> To: dev@dpdk.org
> Cc: Zhang, Qi Z <qi.z.zhang@intel.com>; Yang, Qiming
> <qiming.yang@intel.com>; stable@dpdk.org
> Subject: [PATCH] net/ice: fix initail link status issue
s/initail/initial
>
> This patch fixed the issue which the link status still up when the link status
> changed from up to downi after device restart.
>
> Fixes: fdcf92ed6637 ("net/ice: fix link status recovery")
> Cc: stable@dpdk.org
>
> Signed-off-by: Qiming Yang <qiming.yang@intel.com>
Acked-by: Qi Zhang <qi.z.zhang@intel.com>
Applied to dpdk-next-net-intel.
Thanks
Qi
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-09-14 1:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-13 9:02 [PATCH] net/ice: fix initail link status issue Qiming Yang
2023-09-14 1:57 ` Zhang, Qi Z
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).