Merge branch 'octeontx2-af-fixes'
authorDavid S. Miller <davem@davemloft.net>
Sun, 2 Jul 2023 14:47:19 +0000 (15:47 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sun, 2 Jul 2023 14:47:19 +0000 (15:47 +0100)
Hariprasad Kelam says:

====================
octeontx2-af: MAC block fixes for CN10KB

This patch set contains fixes for the issues encountered in testing
CN10KB MAC block RPM_USX.

Patch1: firmware to kernel communication is not working due to wrong
        interrupt configuration. CSR addresses are corrected.

Patch2: NIX to RVU PF mapping errors encountered due to wrong firmware
        config. Corrects this mapping error.

Patch3: Driver is trying to access non exist cgx/lmac which is resulting
        in kernel panic. Address this issue by adding proper checks.

Patch4: MAC features are not getting reset on FLR. Fix the issue by
        resetting the stale config.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge