]> git.itanic.dy.fi Git - linux-stable/commit
octeontx2-pf: Send UP messages to VF only when VF is up.
authorSubbaraya Sundeep <sbhatta@marvell.com>
Mon, 18 Mar 2024 09:29:57 +0000 (14:59 +0530)
committerSasha Levin <sashal@kernel.org>
Tue, 26 Mar 2024 22:17:37 +0000 (18:17 -0400)
commitb360cb8d3f3fc56fd80a367d38dd320ca9ed9220
tree4bb0deeb3ef1021afaf152598a8289ebd3f7b4c4
parent907ae381f680863a8c98c716343bb3e46e1e0abe
octeontx2-pf: Send UP messages to VF only when VF is up.

[ Upstream commit dfcf6355f53b1796cf7fd50a4f27b18ee6a3497a ]

When PF sending link status messages to VF, it is possible
that by the time link_event_task work function is executed
VF might have brought down. Hence before sending VF link
status message check whether VF is up to receive it.

Fixes: ad513ed938c9 ("octeontx2-vf: Link event notification support")
Signed-off-by: Subbaraya Sundeep <sbhatta@marvell.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/net/ethernet/marvell/octeontx2/nic/otx2_pf.c