[Broadcom] Set hierarchical ecmp levels to 2 (#7370)
Set hierarchical ecmp level to 2 instead of 3. Based on CS00011833367, ecmp level must be set to 2. This is already handled for TH2 platforms. Change is required only for TD3 Co-authored-by: Ubuntu <prsunny@prince-vm.vzw1i4tqyeburcdz5lrgulxi2c.yx.internal.cloudapp.net>
This commit is contained in:
parent
467138542d
commit
dd4d2a75f0
@ -5,7 +5,7 @@ riot_enable=1
|
||||
sai_tunnel_support=1
|
||||
riot_overlay_l3_intf_mem_size=4096
|
||||
riot_overlay_l3_egress_mem_size=32768
|
||||
l3_ecmp_levels=3
|
||||
l3_ecmp_levels=2
|
||||
riot_overlay_ecmp_resilient_hash_size=16384
|
||||
flow_init_mode=1
|
||||
arl_clean_timeout_usec=15000000
|
||||
|
@ -5,7 +5,7 @@ riot_enable=1
|
||||
sai_tunnel_support=1
|
||||
riot_overlay_l3_intf_mem_size=4096
|
||||
riot_overlay_l3_egress_mem_size=32768
|
||||
l3_ecmp_levels=3
|
||||
l3_ecmp_levels=2
|
||||
riot_overlay_ecmp_resilient_hash_size=16384
|
||||
flow_init_mode=1
|
||||
arl_clean_timeout_usec=15000000
|
||||
|
Loading…
Reference in New Issue
Block a user