Skip to content

Commit

Permalink
[Broadcom] Set hierarchical ecmp levels to 2 (#7370)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
prsunny and Ubuntu authored Apr 21, 2021
1 parent 4671385 commit dd4d2a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dd4d2a7

Please sign in to comment.