Skip to content

Commit

Permalink
[broadcom]: td2/td3 change cpu cos num to 10 (#9301)
Browse files Browse the repository at this point in the history
bcm_num_cos=10 forces SDK default to map internal priority 0-7 to COS 0. It is now consistent with other SKUs.
  • Loading branch information
prsunny authored Nov 18, 2021
1 parent 5a56659 commit d6c3a93
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ stat_if_parity_enable=0
l2xmsg_hostbuf_size=8192
l2xmsg_mode=1

bcm_num_cos=8
bcm_num_cos=10
bcm_stat_interval=2000000
lls_num_l2uc=12
max_vp_lags=0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ riot_overlay_ecmp_resilient_hash_size=16384
flow_init_mode=1
arl_clean_timeout_usec=15000000
asf_mem_profile=2
bcm_num_cos=8
bcm_num_cos=10
bcm_stat_flags=1
bcm_stat_jumbo=9236
bcm_tunnel_term_compatible_mode=1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PHY_AN_ALLOW_PLL_CHANGE=1
arl_clean_timeout_usec=15000000
asf_mem_profile=2
bcm_num_cos=8
bcm_num_cos=10
bcm_stat_flags=1
bcm_stat_jumbo=9236
bcm_tunnel_term_compatible_mode=1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PHY_AN_ALLOW_PLL_CHANGE=1
arl_clean_timeout_usec=15000000
asf_mem_profile=2
bcm_num_cos=8
bcm_num_cos=10
bcm_stat_flags=1
bcm_stat_jumbo=9236
bcm_tunnel_term_compatible_mode=1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PHY_AN_ALLOW_PLL_CHANGE=1
arl_clean_timeout_usec=15000000
asf_mem_profile=2
bcm_num_cos=8
bcm_num_cos=10
bcm_stat_flags=1
bcm_stat_jumbo=9236
bcm_tunnel_term_compatible_mode=1
Expand Down

0 comments on commit d6c3a93

Please sign in to comment.