Tue, Apr 05, 2016 at 10:20:02AM CEST, jiri@resnulli.us wrote:
From: Ido Schimmel <redacted>
Resources allocated for these bridges at init time cannot be later used
for other purposes. While current number is supported by the device,
it's mostly theoretical with regards to any real use case, which leads
to poor utilization of device's resources. Solve that by reducing the
number.
The long term plan is to make this value (along with others) user
configurable via devlink and write it to NVRAM, so that it can be used
during the next init. Until then we must hardcode such values.
Signed-off-by: Ido Schimmel <redacted>
Signed-off-by: Jiri Pirko <redacted>
Hi Dave.
This patch, commit b555cf4a50c17a9714715a2d7c8574dca1a7b356 ("mlxsw: spectrum:
Reduce number of supported 802.1D bridges") reduced the resources the
device allocates during init. Newer firmware versions now force a hard
limit on these resources and thus require this patch.
We would like to ask this commit be backported to stable kernels, so
that they can be used with newer firmware versions.
Thanks!
Jiri