summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlxsw/spectrum.h
diff options
context:
space:
mode:
authorNir Dotan2018-12-10 08:11:40 +0100
committerDavid S. Miller2018-12-12 08:01:33 +0100
commit1a29d29394c79648928f4a2b82cf2fafc460dc55 (patch)
treeba05e472373e47138e2093ed9c6e3103a2e9ec18 /drivers/net/ethernet/mellanox/mlxsw/spectrum.h
parentmlxsw: spectrum_acl: Add Spectrum-2 keys (diff)
downloadkernel-qcow2-linux-1a29d29394c79648928f4a2b82cf2fafc460dc55.tar.gz
kernel-qcow2-linux-1a29d29394c79648928f4a2b82cf2fafc460dc55.tar.xz
kernel-qcow2-linux-1a29d29394c79648928f4a2b82cf2fafc460dc55.zip
mlxsw: spectrum_acl: Add multicast router profile operations
Add specific ACL operations needed for programming multicast routing ACL groups and routes. Signed-off-by: Nir Dotan <nird@mellanox.com> Reviewed-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: Ido Schimmel <idosch@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/mellanox/mlxsw/spectrum.h')
-rw-r--r--drivers/net/ethernet/mellanox/mlxsw/spectrum.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/mellanox/mlxsw/spectrum.h b/drivers/net/ethernet/mellanox/mlxsw/spectrum.h
index 2d8f3692a949..fa60c74a1659 100644
--- a/drivers/net/ethernet/mellanox/mlxsw/spectrum.h
+++ b/drivers/net/ethernet/mellanox/mlxsw/spectrum.h
@@ -572,6 +572,7 @@ struct mlxsw_sp_acl_ruleset;
/* spectrum_acl.c */
enum mlxsw_sp_acl_profile {
MLXSW_SP_ACL_PROFILE_FLOWER,
+ MLXSW_SP_ACL_PROFILE_MR,
};
struct mlxsw_afk *mlxsw_sp_acl_afk(struct mlxsw_sp_acl *acl);