Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[config-bcm] set bcm_tunnel_term_compatible_mode=1 for all platforms #1953

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
os=unix
bcm_stat_flags=0
bcm_tunnel_term_compatible_mode=1
parity_enable=0
parity_correction=0

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# accton_as7312_54x 48x25G+6x100G SDK config
os=unix
bcm_tunnel_term_compatible_mode=1
schan_intr_enable=0

l2_mem_entries=40960
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# accton_as7312_54x 48x25G+6x100G SDK config
os=unix
bcm_tunnel_term_compatible_mode=1
schan_intr_enable=0

l2_mem_entries=40960
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# accton_as7712_32x 32x100G SDK config
os=unix
bcm_tunnel_term_compatible_mode=1
schan_intr_enable=0
l2_mem_entries=40960
l2xmsg_mode=1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# accton_as7716_32x 32x100G SDK config
os=unix
bcm_tunnel_term_compatible_mode=1
schan_intr_enable=0
l2_mem_entries=40960
l2xmsg_mode=1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# accton_as7716_32x 32x100G SDK config
os=unix
bcm_tunnel_term_compatible_mode=1
schan_intr_enable=0
l2_mem_entries=40960
l2xmsg_mode=1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# accton_as7816_64x 64x100G SDK config
os=unix
bcm_tunnel_term_compatible_mode=1
schan_intr_enable=0
l2_mem_entries=40960
l2xmsg_mode=1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#/******************************************************************************
# *
bcm_tunnel_term_compatible_mode=1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why this line of the configuration is inserted inside the comment header?

Copy link
Contributor Author

@yxieca yxieca Aug 20, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was added by a script. I didn't look closely at the end result. I can move it if you prefer.

# * File: config.bcm.cloverdales (7050-QX32)
# * Name:
# *
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#/******************************************************************************
# *
bcm_tunnel_term_compatible_mode=1
# * File: config.bcm.cloverdales (7050-QX32)
# * Name:
# *
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#/******************************************************************************
# *
bcm_tunnel_term_compatible_mode=1
# * File: config.bcm.clearlake (7050-QX32S)
# * Name:
# *
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Arista 7060CX-32S

bcm_tunnel_term_compatible_mode=1
phy_an_allow_pll_change=1
arl_clean_timeout_usec=15000000
asf_mem_profile=2
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Arista 7060CX-32S

bcm_tunnel_term_compatible_mode=1
phy_an_allow_pll_change=1
arl_clean_timeout_usec=15000000
asf_mem_profile=2
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Arista 7060CX-32S

bcm_tunnel_term_compatible_mode=1
phy_an_allow_pll_change=1
arl_clean_timeout_usec=15000000
asf_mem_profile=2
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Arista 7060CX-32S

bcm_tunnel_term_compatible_mode=1
phy_an_allow_pll_change=1
arl_clean_timeout_usec=15000000
asf_mem_profile=2
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
PHY_AN_ALLOW_PLL_CHANGE=1
arl_clean_timeout_usec=15000000
bcm_tunnel_term_compatible_mode=1
asf_mem_profile=2
bcm_num_cos=8
bcm_stat_flags=1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
PHY_AN_ALLOW_PLL_CHANGE=1
arl_clean_timeout_usec=15000000
bcm_tunnel_term_compatible_mode=1
asf_mem_profile=2
bcm_num_cos=8
bcm_stat_flags=1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Define default OS / SAL
os=unix
bcm_tunnel_term_compatible_mode=1

# all XPORTs to XE ports
#pbmp_xport_xe=0x1fffffffe
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Define default OS / SAL
os=unix
bcm_tunnel_term_compatible_mode=1

# all XPORTs to XE ports
#pbmp_xport_xe=0x1fffffffe
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Define default OS / SAL
os=unix
bcm_tunnel_term_compatible_mode=1

# all XPORTs to XE ports
#pbmp_xport_xe=0x1fffffffe
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Old LPM only configuration
# l2_mem_entries=163840
bcm_tunnel_term_compatible_mode=1
# l3_mem_entries=90112
# l3_alpm_enable=0
# ipv6_lpm_128b_enable=0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#TH S6100 64x40
l3_alpm_enable=2
bcm_tunnel_term_compatible_mode=1
pfc_deadlock_seq_control=1
bcm_stat_interval=2000000
bcm_num_cos=8
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#TH S6100 64x40
l3_alpm_enable=2
bcm_tunnel_term_compatible_mode=1
pfc_deadlock_seq_control=1
bcm_stat_interval=2000000
bcm_num_cos=8
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#TH Z9100 32x100
l3_alpm_enable=2
bcm_tunnel_term_compatible_mode=1
bcm_num_cos=8
switch_bypass_mode=0
mmu_lossless=0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#TH2 Z9264F 64x100G
os=unix
bcm_tunnel_term_compatible_mode=1
core_clock_frequency=1700
dpp_clock_ratio=2:3
pbmp_xport_xe=0x3FFFD0000FFFF40003FFFC0001FFFE
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
os=unix
schan_intr_enable=0
bcm_tunnel_term_compatible_mode=1
l2_mem_entries=40960
l2xmsg_mode=1
l3_mem_entries=40960
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
os=unix
schan_intr_enable=0
bcm_tunnel_term_compatible_mode=1
ctr_evict_enable=0
l2_mem_entries=40960
l2xmsg_mode=1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
core_clock_frequency=1700
dport_map_enable=1
bcm_tunnel_term_compatible_mode=1
dport_map_port_102=31
dport_map_port_103=32
dport_map_port_104=64
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
ctr_evict_enable=0x0
l2_mem_entries=0x8000
bcm_tunnel_term_compatible_mode=1
l3_intf_vlan_split_egress=0x1
l3_mem_entries=0x4000
mdio_output_delay=0xb
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#2017/09/12
os=unix
bcm_tunnel_term_compatible_mode=1

module_64ports=0
scache_filename=/tmp/scache
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#2017/05/31

bcm_tunnel_term_compatible_mode=1
os=unix

oversubscribe_mode=1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#2017/05/31

bcm_tunnel_term_compatible_mode=1
os=unix

oversubscribe_mode=1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#2017/09/12

bcm_tunnel_term_compatible_mode=1
os=unix

oversubscribe_mode=1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Redwood BCM Shell config / all 100G 32 ports

bcm_tunnel_term_compatible_mode=1
# Define default OS / SAL
os=unix

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Redwood BCM Shell config / all 100G 32 ports

bcm_tunnel_term_compatible_mode=1
# Define default OS / SAL
os=unix

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Cypress BCM Shell config / 10G * 48 ports; 100G * 6 ports

bcm_tunnel_term_compatible_mode=1
# Define default OS / SAL
os=unix

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Cypress BCM Shell config / 25G * 48 ports; 100G * 6 ports

bcm_tunnel_term_compatible_mode=1
# Define default OS / SAL
os=unix

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Sequoia BCM Shell config / 100G * 64 ports

bcm_tunnel_term_compatible_mode=1
core_clock_frequency=1700
dpp_clock_ratio=2:3
load_firmware=1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
### BMS (start)
## Global settings
bcm_tunnel_term_compatible_mode=1
bcm_num_cos=8
dport_map_indexed=0

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
os=unix

bcm_tunnel_term_compatible_mode=1
pbmp_xport_xe=0x3fd000000ff4000003fc000001fe
pbmp_oversubscribe=0x3fd000000ff4000003fc000001fe
l2xmsg_mode=1
Expand Down