From: David S. Miller Date: Thu, 31 Oct 2019 17:54:47 +0000 (-0700) Subject: Merge branch 'mlxsw-Make-port-split-code-more-generic' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=8c933eab2d1985c0dc398e2faa4b01624f2a594c;p=linux.git Merge branch 'mlxsw-Make-port-split-code-more-generic' Ido Schimmel says: ==================== mlxsw: Make port split code more generic Jiri says: Currently, we assume some limitations and constant values which are not applicable for Spectrum-3 which has 8 lanes ports (instead of previous 4 lanes). This patch does 2 things: 1) Generalizes the code to not use constants so it can work for 4, 8 and possibly 16 lanes. 2) Enforces some assumptions we had in the code but did not check. ==================== Signed-off-by: David S. Miller --- 8c933eab2d1985c0dc398e2faa4b01624f2a594c