]> git.baikalelectronics.ru Git - kernel.git/commit
mlxsw: spectrum_switchdev: Rename MIDs list
authorAmit Cohen <amcohen@nvidia.com>
Wed, 29 Jun 2022 09:40:00 +0000 (12:40 +0300)
committerDavid S. Miller <davem@davemloft.net>
Wed, 29 Jun 2022 12:35:46 +0000 (13:35 +0100)
commitf9aff346476d21812060c3dcdf580dc569ad85e8
tree575762ab317c99e195eecd5145023067fe31ad26
parentdc516e8d95698b2d59946293862f6f90983a7896
mlxsw: spectrum_switchdev: Rename MIDs list

Currently, the list which stores the MDB entries for a given bridge
instance is called 'mids_list'.

This name is not accurate as a MID entry stores a bitmap of ports to
which a packet needs to be replicated and a MDB entry stores the mapping
from {MAC, FID} to PGT index (MID)

Rename it to 'mdb_list'.

Signed-off-by: Amit Cohen <amcohen@nvidia.com>
Signed-off-by: Ido Schimmel <idosch@nvidia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c