diff options
author | 2022-06-29 12:39:59 +0300 | |
---|---|---|
committer | 2022-06-29 13:35:46 +0100 | |
commit | eede53a49b3c52a95a9f11145ff0e3d86f192f39 (patch) | |
tree | 5eda5af95fb04a96d8f3e49a19dd77704f8ed017 /drivers/net/ethernet/intel/ice/ice_flex_pipe.c | |
parent | mlxsw: Align PGT index to legacy bridge model (diff) | |
download | linux-dev-eede53a49b3c52a95a9f11145ff0e3d86f192f39.tar.xz linux-dev-eede53a49b3c52a95a9f11145ff0e3d86f192f39.zip |
mlxsw: spectrum_switchdev: Rename MID structure
Currently the structure which represents MDB entry is called
'struct mlxsw_sp_mid'. 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 the structure to 'struct mlxsw_sp_mdb_entry'. The structure
'mlxsw_sp_mid' is defined as part of spectrum.h. The only file which
uses it is spectrum_switchdev.c, so there is no reason to expose it to
other files. Move the definition to spectrum_switchdev.c.
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>
Diffstat (limited to 'drivers/net/ethernet/intel/ice/ice_flex_pipe.c')
0 files changed, 0 insertions, 0 deletions