Skip to content

Commit

Permalink
[bcm config] remove scache_filename config entry (#2140)
Browse files Browse the repository at this point in the history
Warm boot is managed by SAI. This configuration entry shouldn't be
included in bcm config.

Signed-off-by: Ying Xie <ying.xie@microsoft.com>
  • Loading branch information
yxieca authored Oct 12, 2018
1 parent d3a9eed commit 5ab66b1
Show file tree
Hide file tree
Showing 16 changed files with 0 additions and 23 deletions.
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

0 comments on commit 5ab66b1

Please sign in to comment.