Skip to content

Commit

Permalink
[dell] S5248F-ON support broadcom common config
Browse files Browse the repository at this point in the history
As per sonic-net#20802 broadcom provides a common configuration for silicon-
wide application configuration settings.  More details can be
found here: https://github.com/sonic-net/SONiC/blob/master/doc/platform/common_config.md

Broadcom also updated the common configuration files in sonic-net#20802
which contains a lot of settings that are otherwise not included
in the Dell S5248F platform config.

This commit creates the "dummy" `common_config_support` as required to
load the common configuration, as well as removes any duplicate
entries.

Signed-off-by: Brad House (@bradh352)
  • Loading branch information
bradh352 committed Dec 1, 2024
1 parent 52c9fcc commit a69b094
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 15 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Common config will automatically be imported from
# broadcom/x86_64-broadcom_common/x86_64-broadcom_b87/broadcom-sonic-td3.config.bcm
# as per https://github.com/sonic-net/SONiC/blob/master/doc/platform/common_config.md
# due to existence of /usr/share/sonic/platform/common_config_support
os=unix
dpp_clock_ratio=2:3
oversubscribe_mode=1
Expand All @@ -20,24 +24,10 @@ l3_alpm_ipv6_128b_bkt_rsvd=1
l2_mem_entries=40960
l3_mem_entries=40960

#Tunnels
bcm_tunnel_term_compatible_mode=1
use_all_splithorizon_groups=1
sai_tunnel_support=1

sai_interface_type_auto_detect=0

#RIOT Enable
riot_enable=1
riot_overlay_l3_intf_mem_size=8192
riot_overlay_l3_egress_mem_size=32768
l3_ecmp_levels=2
riot_overlay_ecmp_resilient_hash_size=16384


stable_size=0x6400000


#New Additions
pfc_deadlock_seq_control=1

Expand All @@ -48,7 +38,6 @@ pfc_deadlock_seq_control=1
pbmp_oversubscribe=0x7f878787f878787f9fe1e1e1fe1e1e1fe
pbmp_xport_xe=0x7f878787f878787f9fe1e1e1fe1e1e1fe
oversubscribe_mixed_sister_25_50_enable=1
ifp_inports_support_enable=1
port_flex_enable=1
phy_an_c73=3

Expand Down
Empty file.

0 comments on commit a69b094

Please sign in to comment.