OSDN Git Service

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)
commit8c933eab2d1985c0dc398e2faa4b01624f2a594c
treed68535b875ab5835504be2867569ed7b54a6c49a
parentd74361dc58709fa200c2db86fa5cf086dc4acec8
parent973b7fdb5ff17e5f19eba9103c3fcb77a01b93df
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>