]> 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)
commit9e2bf7cbc1b190dc574c25336b2ea5d1cb14c394
tree15b06f1052ea38ad45f4e60907e3963ce3edabed
parent81243d553be7860f25ecdcabfce357fce7513306
parentb683cc1cd3c9f57d0c3a1d7b0a70bf0e5eb814d0
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>