Skip to content

Commit

Permalink
Support as9726-32d with latest yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chihhan123 committed May 9, 2023
1 parent ba2aa26 commit 587905d
Showing 1 changed file with 22 additions and 53 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,48 +20,32 @@
# Broadcom Proprietary and Confidential. All rights reserved.$
#

---
device:
0:
DEVICE_CONFIG:
# CORE CLOCK FREQUENCY
CORE_CLK_FREQ: CLK_1350MHZ
# PP CLOCK FREQUENCY
PP_CLK_FREQ: CLK_1350MHZ
VARIANT: DNA_4_11_4_0
...
---
bcm_device:
0:
global:
# uft_mode: 1
pktio_mode: 1
# l3_aplm_template: 1
# l2_learn_enable: 1
bcm_tunnel_term_compatible_mode: 1
# Multicast group allocated by brcm-sai, setting "vlan_flooding_l2mc_num_reserved=0"
vlan_flooding_l2mc_num_reserved: 0
ipv6_lpm_128b_enable: 1
shared_block_mask_section: uc_bc
skip_protocol_default_entries: 1
# cls_cmd_daemon: 1
sai_feat_tail_timestamp: 1
sai_port_phy_time_sync_en: 1
sai_field_group_auto_prioritize: 1
sai_tunnel_support: 1
multi_network_groups: 1
l3_alpm_template: 1
l3_alpm_hit_skip: 1
sai_nbr_bcast_ifp_optimized: 1
use_all_splithorizon_groups: 1
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
sai_port_queue_ecn_counter: 1
pfc_deadlock_seq_control : 1
sai_verify_incoming_chksum: 0
ipmc_age_mode: 1
flexctr_action_reserved_ipmc_hitbit: 1
l3_alpm2_bnk_threshold: 100
uft_mode: 1
l3_enable: 1
l2_hitbit_enable: 1
pktio_mode: 1
skip_protocol_default_entries: 1
ifa_enable: 1
...
---
device:
0:
DEVICE_CONFIG:
# CORE CLOCK FREQUENCY
CORE_CLK_FREQ: CLK_1350MHZ
# PP CLOCK FREQUENCY
PP_CLK_FREQ: CLK_1350MHZ
...
---
device:
Expand Down Expand Up @@ -674,27 +658,12 @@ device:
---
device:
0:
# Per pipe flex counter configuration
CTR_EFLEX_CONFIG:
CTR_ING_EFLEX_OPERMODE_PIPEUNIQUE: 0
CTR_EGR_EFLEX_OPERMODE_PIPEUNIQUE: 0

# Per pipe flex state configuration
#FLEX_STATE_CONFIG:
# FLEX_STATE_ING_OPERMODE_PIPEUNIQUE: 0
# FLEX_STATE_EGR_OPERMODE_PIPEUNIQUE: 1

# Lossy vs Lossless mode
TM_THD_CONFIG:
THRESHOLD_MODE: LOSSLESS

# IFP mode
FP_CONFIG:
FP_ING_OPERMODE: GLOBAL_PIPE_AWARE
TM_SCHEDULER_CONFIG:
NUM_MC_Q: NUM_MC_Q_4
...
---
device:
0:
TM_SCHEDULER_CONFIG:
NUM_MC_Q: NUM_MC_Q_4
FP_CONFIG:
FP_ING_OPERMODE: GLOBAL_PIPE_AWARE
...

0 comments on commit 587905d

Please sign in to comment.