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)
commit97791d3c6d0a501109968cae769dc6256c2829e1
tree9b9007c788b42fe6ae1bfeb52da321845af1665a
parentc97d3fb9e0e716b77d5c0d3051d46e2f41dc6fe4
parent2e3e94c2f5dc98a8a0e93850407064bc5389c306
Merge branch 'octeontx2-af-fixes'

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>