]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'mlxsw-configure-max-lag-id-for-spectrum-4'
authorJakub Kicinski <kuba@kernel.org>
Wed, 31 Aug 2022 06:20:55 +0000 (23:20 -0700)
committerJakub Kicinski <kuba@kernel.org>
Wed, 31 Aug 2022 06:20:56 +0000 (23:20 -0700)
commitef128163661921d4457834b7d89b72bdbc7c215f
tree15b06f1052ea38ad45f4e60907e3963ce3edabed
parent45cb667e92c3cc27a2f509f4e5ef1fe4ebd023b7
parentf3ec9172aa5bd337e573de85cafa439433cf41f7
Merge branch 'mlxsw-configure-max-lag-id-for-spectrum-4'

Petr Machata says:

====================
mlxsw: Configure max LAG ID for Spectrum-4

Amit Cohen writes:

In the device, LAG identifiers are stored in the port group table (PGT).
During initialization, firmware reserves a certain amount of entries at
the beginning of this table for LAG identifiers.

In Spectrum-4, the size of the PGT table did not increase, but the
maximum number of LAG identifiers was doubled, leaving less room for
others entries (e.g., flood entries) that also reside in the PGT.

Therefore, in order to avoid a regression and as long as there is no
explicit requirement to support 256 LAGs, configure the firmware to
allocate the same amount of LAG entries (128) as in Spectrum-{2,3}.

This can be done via the 'max_lag' field in CONFIG_PROFILE command.

Patch set overview:
Patch #1 edits the comment of the existing 'max_lag' field.
Patch #2 adds support for configuring 'max_lag' field via CONFIG_PROFILE
command.
Patch #3 adds an helper function to get the actual 'max_lag' in the
device.
Patch #4 adjusts Spectrum-4 to configure 'max_lag' field.
====================

Link: https://lore.kernel.org/r/cover.1661527928.git.petrm@nvidia.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>