Re: [net Patch 1/4] octeontx2-af: cn10kb: fix interrupt csr addresses
From: Simon Horman <hidden>
Date: 2023-06-30 13:27:04
Also in:
lkml
From: Simon Horman <hidden>
Date: 2023-06-30 13:27:04
Also in:
lkml
On Fri, Jun 30, 2023 at 11:58:42AM +0530, Hariprasad Kelam wrote:
The current design is that, for asynchronous events like link_up and
link_down firmware raises the interrupt to kernel. The previous patch
which added RPM_USX driver has a bug where it uses old csr addresses
for configuring interrupts. Which is resulting in losing interrupts
from source firmware.
This patch fixes the issue by correcting csr addresses.
Fixes: b9d0fedc6234 ("octeontx2-af: cn10kb: Add RPM_USX MAC support")
Signed-off-by: Hariprasad Kelam <redacted>
Signed-off-by: Sunil Goutham <sgoutham@marvell.com>Reviewed-by: Simon Horman <redacted>