mlxsw: core: Extend port module data structures for line cards
authorVadim Pasternak <vadimp@nvidia.com>
Wed, 13 Apr 2022 15:17:26 +0000 (18:17 +0300)
committerDavid S. Miller <davem@davemloft.net>
Fri, 15 Apr 2022 10:06:12 +0000 (11:06 +0100)
commite5b6a5bac8cc12790eccf69e01372e135f9e4af2
treec05f9dd4e0fa9c8ae3f7c8c94ad24eb9549e8b3e
parent349454526f5fe6488083c35306b04acd0d065bbb
mlxsw: core: Extend port module data structures for line cards

The port module core is tasked with module operations such as setting
power mode policy and reset. The per-module information is currently
stored in one large array suited for non-modular systems where only the
main board is present (i.e., slot index 0).

As a preparation for line cards support, allocate a per line card array
according to the queried number of slots in the system. For each line
card, allocate a module array according to the queried maximum number of
modules per-slot.

Signed-off-by: Vadim Pasternak <vadimp@nvidia.com>
Signed-off-by: Ido Schimmel <idosch@nvidia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mellanox/mlxsw/core_env.c