]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'mlxsw-Make-port-split-code-more-generic'
authorDavid S. Miller <davem@davemloft.net>
Thu, 31 Oct 2019 17:54:47 +0000 (10:54 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 31 Oct 2019 17:54:47 +0000 (10:54 -0700)
commitc0aca4f89e7506b03873dc81198dda69e6161044
treed68535b875ab5835504be2867569ed7b54a6c49a
parentd9a3420558d212f7ed711fad6f04be7d7e0852fa
parentdbfd8f5cc077df99cb0e168d837c758350e9b0f8
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 <davem@davemloft.net>