mlxsw: spectrum: Push flow_block related functions into a separate file
authorJiri Pirko <jiri@mellanox.com>
Mon, 27 Apr 2020 15:13:00 +0000 (18:13 +0300)
committerDavid S. Miller <davem@davemloft.net>
Mon, 27 Apr 2020 19:43:29 +0000 (12:43 -0700)
commitd52238eb7bcf53225841217af12fe1383205fcaa
treec35eda0d99cbe5aff7ed3d2045325f86f4dd044c
parent3bc3ffb6e911f9de099d81187ae99b45966cbd05
mlxsw: spectrum: Push flow_block related functions into a separate file

The code around flow_block is currently mixed in spectrum_acl.c.
However, as it really does not directly relate to ACL part only,
push the bits into a separate file.

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.h
drivers/net/ethernet/mellanox/mlxsw/spectrum_acl.c
drivers/net/ethernet/mellanox/mlxsw/spectrum_flow.c [new file with mode: 0644]