]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
octeontx2-af: devlink: fix NIX RAS reporter to use RAS interrupt status
authorAlok Tiwari <alok.a.tiwari@oracle.com>
Tue, 10 Mar 2026 18:48:17 +0000 (11:48 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 12 Mar 2026 03:39:19 +0000 (20:39 -0700)
commit87f7dff3ec75b91def0024ebaaf732457f47a63b
tree3069d101966273960035a54288c9019a4893cd1c
parentdc26ca99b835e21e76a58b1463b84adb0ca34f58
octeontx2-af: devlink: fix NIX RAS reporter to use RAS interrupt status

The NIX RAS health report path uses nix_af_rvu_err when handling the
NIX_AF_RVU_RAS case, so the report prints the ERR interrupt status rather
than the RAS interrupt status.

Use nix_af_rvu_ras for the NIX_AF_RVU_RAS report.

Fixes: 5ed66306eab6 ("octeontx2-af: Add devlink health reporters for NIX")
Signed-off-by: Alok Tiwari <alok.a.tiwari@oracle.com>
Link: https://patch.msgid.link/20260310184824.1183651-2-alok.a.tiwari@oracle.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/marvell/octeontx2/af/rvu_devlink.c