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

[bcm config] remove scache_filename config entry #2140

Merged
merged 1 commit into from
Oct 12, 2018
Merged
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
Expand Up @@ -142,4 +142,3 @@ l3_max_ecmp_mode=1
max_vp_lags=0

stable_size=0x2000000
scache_filename=/tmp/scache
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ max_vp_lags=0
miim_intr_enable=0
mmu_lossless=0
module_64ports=0
scache_filename=/tmp/scache
schan_intr_enable=0
stable_size=0x2000000
tdma_timeout_usec=5000000
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ max_vp_lags=0
miim_intr_enable=0
mmu_lossless=0
module_64ports=0
scache_filename=/tmp/scache
schan_intr_enable=0
stable_size=0x2000000
tdma_timeout_usec=5000000
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ miim_intr_enable=0
mmu_lossless=0
module_64ports=0

scache_filename=/tmp/scache
stable_size=0x2000000

schan_intr_enable=0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@ portmap_101.0=117:40
portmap_102.0=113:40
portmap_103.0=1:40
portmap_104.0=5:40
scache_filename=/tmp/scache
schan_intr_enable=0
serdes_firmware_mode_1.0=2
serdes_firmware_mode_5.0=2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -939,8 +939,6 @@ portmap_9=17:100
robust_hash_disable_egress_vlan=1
robust_hash_disable_mpls=1
robust_hash_disable_vlan=1
scache_filename=/tmp/scache
scache_filename=/tmp/scache
sram_scan_enable=0
stable_size=0x5500000
stable_size=0x5500000
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -681,8 +681,6 @@ port_init_cl72_hg=1
robust_hash_disable_egress_vlan=1
robust_hash_disable_mpls=1
robust_hash_disable_vlan=1
scache_filename=/tmp/scache
scache_filename=/tmp/scache
sram_scan_enable=0
stable_size=0x5500000
stable_size=0x5500000
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ max_vp_lags=0
miim_intr_enable=0
mmu_lossless=0
module_64ports=0
scache_filename=/tmp/scache
schan_intr_enable=0
stable_size=0x2000000
tdma_timeout_usec=5000000
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ os=unix
parity_correction=1
parity_enable=1

scache_filename=/tmp/scache

#Port configuration
portmap_38=49:100
portmap_39=53:100
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ ipv6_lpm_128b_enable=1
parity_correction=1
parity_enable=1

scache_filename=/tmp/scache

dport_map_enable=1

dport_map_enable=1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -797,7 +797,6 @@ phy_an_allow_pll_change_hg=0
robust_hash_disable_egress_vlan=1
robust_hash_disable_mpls=1
robust_hash_disable_vlan=1
scache_filename=/tmp/scache
sram_scan_enable=0
stable_size=0x5500000
mmu_lossless=1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
os=unix

module_64ports=0
scache_filename=/tmp/scache
schan_intr_enable=0
stable_size=0x2000000

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ lpm_ipv6_128b_reserved=0
parity_correction=1
parity_enable=1

scache_filename=/tmp/scach

#PIPE0
portmap_1=1:25
portmap_2=2:25
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ lpm_ipv6_128b_reserved=0
parity_correction=1
parity_enable=1

scache_filename=/tmp/scach

#PIPE0
portmap_1=17:25
portmap_2=18:25
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ mmu_lossless=0
parity_correction=1
parity_enable=1

scache_filename=/tmp/scach

#PIPE0
portmap_1=5:100
portmap_2=1:100
Expand Down
1 change: 0 additions & 1 deletion src/sonic-device-data/tests/permitted_list
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ rate_ext_mdio_divisor
robust_hash_disable_egress_vlan
robust_hash_disable_mpls
robust_hash_disable_vlan
scache_filename
schan_intr_enable
schan_timeout_usec
serdes_automed
Expand Down