Merge branch 'octeontx2-af-misc-mac-block-changes'
authorDavid S. Miller <davem@davemloft.net>
Mon, 28 Aug 2023 09:05:56 +0000 (10:05 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Aug 2023 09:05:56 +0000 (10:05 +0100)
commitb9a341123937799157aa415cf3a60eb7f57d634f
treeac17da382a4b16ef242f556cbb6689fcd63ddb3d
parentc639a708a0b8b69b7d580292a8f0405124488bad
parent17d1368f4f19eec2047c7527e7e606496481f1bf
Merge branch 'octeontx2-af-misc-mac-block-changes'

Hariprasad Kelam says:

====================
octeontx2-af: misc MAC block changes

This series of patches adds recent changes added in MAC (CGX/RPM) block.

Patch1: Adds new LMAC mode supported by CN10KB silicon

Patch2: In a scenario where system boots with no cgx devices, currently
        AF driver treats this as error as a result no interfaces will work.
        This patch relaxes this check, such that non cgx mapped netdev
        devices will work.

Patch3: This patch adds required lmac validation in MAC block APIs.

Patch4: Prints error message incase, no netdev is mapped with given
        cgx,lmac pair.
====================

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