]> git.baikalelectronics.ru Git - kernel.git/commit
mlxsw: spectrum: Push matchall bits into a separate file
authorJiri Pirko <jiri@mellanox.com>
Mon, 27 Apr 2020 15:13:01 +0000 (18:13 +0300)
committerDavid S. Miller <davem@davemloft.net>
Mon, 27 Apr 2020 19:43:29 +0000 (12:43 -0700)
commitf616d1a9a6799cd205dff4e60b82b52130630dd1
treea4343fd8e46f91ae8e4dd42de8a5cde0bcacfbba
parentc2a51cab47ee8bd12029bd1885a0bd400f832cef
mlxsw: spectrum: Push matchall bits into a separate file

Similar to flower, have matchall related code in a separate file.
Do some small renaming on the way (consistent "mall" prefixes,
dropped "_tc_", dropped "_port_" where suitable).

Signed-off-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: Ido Schimmel <idosch@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mellanox/mlxsw/Makefile
drivers/net/ethernet/mellanox/mlxsw/spectrum.c
drivers/net/ethernet/mellanox/mlxsw/spectrum.h
drivers/net/ethernet/mellanox/mlxsw/spectrum_matchall.c [new file with mode: 0644]