Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 53ae6283 authored by Elad Raz's avatar Elad Raz Committed by David S. Miller
Browse files

mlxsw: Changing the maximum number of multicast group to a define

parent fabe5483
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1939,7 +1939,7 @@ static struct mlxsw_config_profile mlxsw_sp_config_profile = {
	.used_max_port_per_lag		= 1,
	.max_port_per_lag		= MLXSW_SP_PORT_PER_LAG_MAX,
	.used_max_mid			= 1,
	.max_mid			= 7000,
	.max_mid			= MLXSW_SP_MID_MAX,
	.used_max_pgt			= 1,
	.max_pgt			= 0,
	.used_max_system_port		= 1,
+2 −0
Original line number Diff line number Diff line
@@ -54,6 +54,8 @@
#define MLXSW_SP_LAG_MAX 64
#define MLXSW_SP_PORT_PER_LAG_MAX 16

#define MLXSW_SP_MID_MAX 7000

struct mlxsw_sp_port;

struct mlxsw_sp_upper {