Skip to content

Commit

Permalink
Support as9726-32d with new yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chihhan123 committed May 8, 2023
1 parent 4407bf0 commit ba2aa26
Showing 1 changed file with 55 additions and 31 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,38 +21,47 @@
#

---
bcm_device:
0:
global:
l2_table_default_view: 1
pktio_mode: 0
vlan_flooding_l2mc_num_reserved: 0
shared_block_mask_section: uc_mc
ctr_evict_enable: 0
uat_mode: 1
uft_mode: 3
sai_brcm_sonic_acl_enhancements: 1
sai_tunnel_support: 1
multi_network_groups: 1
sai_field_group_auto_prioritize: 1
sai_modify_hash_flexdigest: 1
sai_fast_convergence_support: 1
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:
port:
"*":
port_allow_tpid_disable: 1
...
---
device:
0:
DEVICE_CONFIG:
# CORE CLOCK FREQUENCY
CORE_CLK_FREQ: CLK_1350MHZ
# PP CLOCK FREQUENCY
PP_CLK_FREQ: CLK_1350MHZ
0:
global:
# uft_mode: 1
pktio_mode: 1
# l3_aplm_template: 1
# l2_learn_enable: 1
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
...
---
device:
Expand Down Expand Up @@ -665,12 +674,27 @@ 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
...
---
device:
0:
FP_CONFIG:
FP_ING_OPERMODE: GLOBAL_PIPE_AWARE
TM_SCHEDULER_CONFIG:
NUM_MC_Q: NUM_MC_Q_4
...

0 comments on commit ba2aa26

Please sign in to comment.