[202012][BRCM TH3] Add SOC properties to prevent FDB events during warmboot (#9761)
This commit is contained in:
parent
31065ccb93
commit
068ff9ddbd
@ -1,3 +1,7 @@
|
||||
# The following 2 SOC properties are needed to prevent FDB Events during Warmboot due to TH3 is SW Managed MACs
|
||||
l2xmsg_shadow_hit_bits=0
|
||||
l2xmsg_no_cb_during_table_rebuild=1
|
||||
|
||||
pbmp_xport_xe.0=0x3ffffffffffffffffffffffffffffffffffffffe
|
||||
|
||||
# Reference specfic
|
||||
|
@ -1,3 +1,7 @@
|
||||
# The following 2 SOC properties are needed to prevent FDB Events during Warmboot due to TH3 is SW Managed MACs
|
||||
l2xmsg_shadow_hit_bits=0
|
||||
l2xmsg_no_cb_during_table_rebuild=1
|
||||
|
||||
arl_clean_timeout_usec=15000000
|
||||
asf_mem_profile.0=2
|
||||
bcm_num_cos.0=8
|
||||
|
@ -1,3 +1,7 @@
|
||||
# The following 2 SOC properties are needed to prevent FDB Events during Warmboot due to TH3 is SW Managed MACs
|
||||
l2xmsg_shadow_hit_bits=0
|
||||
l2xmsg_no_cb_during_table_rebuild=1
|
||||
|
||||
# Disable Counting ACL Drop towards interface RX_DRP counter
|
||||
sai_adjust_acl_drop_in_rx_drop=1
|
||||
# disables bcmALPMDH (ALPM distributed hitbit) thread. This thread is purely for debug purpose
|
||||
|
@ -1,3 +1,7 @@
|
||||
# The following 2 SOC properties are needed to prevent FDB Events during Warmboot due to TH3 is SW Managed MACs
|
||||
l2xmsg_shadow_hit_bits=0
|
||||
l2xmsg_no_cb_during_table_rebuild=1
|
||||
|
||||
# Disable Counting ACL Drop towards interface RX_DRP counter
|
||||
sai_adjust_acl_drop_in_rx_drop=1
|
||||
# disables bcmALPMDH (ALPM distributed hitbit) thread. This thread is purely for debug purpose
|
||||
|
@ -1,3 +1,7 @@
|
||||
# The following 2 SOC properties are needed to prevent FDB Events during Warmboot due to TH3 is SW Managed MACs
|
||||
l2xmsg_shadow_hit_bits=0
|
||||
l2xmsg_no_cb_during_table_rebuild=1
|
||||
|
||||
pbmp_xport_xe.0=0x8ffff8ffffcffff8ffff8ffff8ffffcffff9fffe
|
||||
ccm_dma_enable=0
|
||||
ccmdma_intr_enable=0
|
||||
|
@ -1,3 +1,6 @@
|
||||
# The following 2 SOC properties are needed to prevent FDB Events during Warmboot due to TH3 is SW Managed MACs
|
||||
l2xmsg_shadow_hit_bits=0
|
||||
l2xmsg_no_cb_during_table_rebuild=1
|
||||
|
||||
pbmp_xport_xe.0=0x8111181111c1111811118111181111c111182222
|
||||
ccm_dma_enable=0
|
||||
|
@ -1,3 +1,7 @@
|
||||
# The following 2 SOC properties are needed to prevent FDB Events during Warmboot due to TH3 is SW Managed MACs
|
||||
l2xmsg_shadow_hit_bits=0
|
||||
l2xmsg_no_cb_during_table_rebuild=1
|
||||
|
||||
sai_tunnel_global_sip_mask_enable=1
|
||||
core_clock_frequency=1325
|
||||
dpr_clock_frequency=1000
|
||||
|
@ -1,3 +1,7 @@
|
||||
# The following 2 SOC properties are needed to prevent FDB Events during Warmboot due to TH3 is SW Managed MACs
|
||||
l2xmsg_shadow_hit_bits=0
|
||||
l2xmsg_no_cb_during_table_rebuild=1
|
||||
|
||||
sai_tunnel_global_sip_mask_enable=1
|
||||
core_clock_frequency=1325
|
||||
dpr_clock_frequency=1000
|
||||
|
@ -1,3 +1,7 @@
|
||||
# The following 2 SOC properties are needed to prevent FDB Events during Warmboot due to TH3 is SW Managed MACs
|
||||
l2xmsg_shadow_hit_bits=0
|
||||
l2xmsg_no_cb_during_table_rebuild=1
|
||||
|
||||
sai_tunnel_global_sip_mask_enable=1
|
||||
core_clock_frequency=1325
|
||||
dpr_clock_frequency=1000
|
||||
|
@ -1,3 +1,7 @@
|
||||
# The following 2 SOC properties are needed to prevent FDB Events during Warmboot due to TH3 is SW Managed MACs
|
||||
l2xmsg_shadow_hit_bits=0
|
||||
l2xmsg_no_cb_during_table_rebuild=1
|
||||
|
||||
#########################################
|
||||
## cfg for AGC032
|
||||
#########################################
|
||||
|
@ -1,3 +1,7 @@
|
||||
# The following 2 SOC properties are needed to prevent FDB Events during Warmboot due to TH3 is SW Managed MACs
|
||||
l2xmsg_shadow_hit_bits=0
|
||||
l2xmsg_no_cb_during_table_rebuild=1
|
||||
|
||||
phy_null=1
|
||||
pll_bypass=1
|
||||
|
||||
|
@ -239,3 +239,5 @@ buf.map.egress_pool2.ingress_pool
|
||||
sai_adjust_acl_drop_in_rx_drop
|
||||
sai_verify_incoming_chksum
|
||||
l3_alpm_hit_skip
|
||||
l2xmsg_shadow_hit_bits
|
||||
l2xmsg_no_cb_during_table_rebuild
|
||||
|
Reference in New Issue
Block a user