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)
commitd7fcc986224d77c4ab66f436e7eaa11170c509af
treea4343fd8e46f91ae8e4dd42de8a5cde0bcacfbba
parentd52238eb7bcf53225841217af12fe1383205fcaa
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]