diff options
| author | Amit Cohen <amcohen@nvidia.com> | 2022-06-29 12:39:59 +0300 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2022-06-29 13:35:46 +0100 |
| commit | eede53a49b3c52a95a9f11145ff0e3d86f192f39 (patch) | |
| tree | 5eda5af95fb04a96d8f3e49a19dd77704f8ed017 /tools/perf/scripts/python | |
| parent | 4abaa5cc4d7c42ae61ce482acc5aa1e1cededc73 (diff) | |
| download | linux-eede53a49b3c52a95a9f11145ff0e3d86f192f39.tar.gz linux-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 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
