]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
octeontx2-af: Fix mbox INTR handler when num VFs > 64
authorGeetha sowjanya <gakula@marvell.com>
Thu, 27 Mar 2025 09:14:41 +0000 (14:44 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 10 Apr 2025 12:37:36 +0000 (14:37 +0200)
commitaa042c4532278041aca722ca99992494a2080e04
tree1dc5dd2a2f585d49fe9efcf6550d2c3f2432484f
parentf9b61f837eb77819db9337445e55a4b3195dce4d
octeontx2-af: Fix mbox INTR handler when num VFs > 64

[ Upstream commit 0fdba88a211508984eb5df62008c29688692b134 ]

When number of RVU VFs > 64, the vfs value passed to "rvu_queue_work"
function is incorrect. Due to which mbox workqueue entries for
VFs 0 to 63 never gets added to workqueue.

Fixes: 9bdc47a6e328 ("octeontx2-af: Mbox communication support btw AF and it's VFs")
Signed-off-by: Geetha sowjanya <gakula@marvell.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://patch.msgid.link/20250327091441.1284-1-gakula@marvell.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/net/ethernet/marvell/octeontx2/af/rvu.c