forked from Minki/linux
mlxsw: spectrum: Reduce priority of locally delivered packets
To align with recent recommended values. Will be configurable by future patches. Signed-off-by: Ido Schimmel <idosch@mellanox.com> Reviewed-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
1e3cd58942
commit
025b7de7f4
@ -4235,11 +4235,11 @@ static int mlxsw_sp_trap_groups_set(struct mlxsw_core *mlxsw_core)
|
||||
tc = 4;
|
||||
break;
|
||||
case MLXSW_REG_HTGT_TRAP_GROUP_SP_MC_SNOOPING:
|
||||
case MLXSW_REG_HTGT_TRAP_GROUP_SP_IP2ME:
|
||||
priority = 3;
|
||||
tc = 3;
|
||||
break;
|
||||
case MLXSW_REG_HTGT_TRAP_GROUP_SP_NEIGH_DISCOVERY:
|
||||
case MLXSW_REG_HTGT_TRAP_GROUP_SP_IP2ME:
|
||||
case MLXSW_REG_HTGT_TRAP_GROUP_SP_IPV6:
|
||||
case MLXSW_REG_HTGT_TRAP_GROUP_SP_PTP1:
|
||||
case MLXSW_REG_HTGT_TRAP_GROUP_SP_DHCP:
|
||||
|
@ -15,7 +15,7 @@ source mlxsw_lib.sh
|
||||
SB_POOL_ING=0
|
||||
SB_POOL_EGR_CPU=10
|
||||
|
||||
SB_ITC_CPU_IP=3
|
||||
SB_ITC_CPU_IP=2
|
||||
SB_ITC_CPU_ARP=2
|
||||
SB_ITC=0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user