Skip to content

Commit

Permalink
BRCM Disable ACL Drop counted towards interface RX_DRP counters (#8382)
Browse files Browse the repository at this point in the history
* BRCM Disable ACL Drop counted towards interface RX_DRP counters
  • Loading branch information
gechiang authored and judyjoseph committed Aug 25, 2021
1 parent 6bbfafb commit 280df2e
Show file tree
Hide file tree
Showing 29 changed files with 79 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ ipv6_lpm_128b_enable=1
l2_mem_entries=32768
l3_mem_entries=16384

# Disable Counting ACL Drop towards interface RX_DRP counter
sai_adjust_acl_drop_in_rx_drop=1

# From old config file
os=unix
higig2_hdr_mode=1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ ipv6_lpm_128b_enable=1
l2_mem_entries=32768
l3_mem_entries=16384

# Disable Counting ACL Drop towards interface RX_DRP counter
sai_adjust_acl_drop_in_rx_drop=1

# From old config file
os=unix
higig2_hdr_mode=1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ ipv6_lpm_128b_enable=1
l2_mem_entries=32768
l3_mem_entries=16384

# Disable Counting ACL Drop towards interface RX_DRP counter
sai_adjust_acl_drop_in_rx_drop=1

# From old config file
os=unix
higig2_hdr_mode=1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ ipv6_lpm_128b_enable=1
l2_mem_entries=32768
l3_mem_entries=16384

# Disable Counting ACL Drop towards interface RX_DRP counter
sai_adjust_acl_drop_in_rx_drop=1

# From old config file
os=unix
higig2_hdr_mode=1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Arista 7060CX-32S

# Disable Counting ACL Drop towards interface RX_DRP counter
sai_adjust_acl_drop_in_rx_drop=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,8 @@
# Arista 7060CX-32S

# Disable Counting ACL Drop towards interface RX_DRP counter
sai_adjust_acl_drop_in_rx_drop=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,8 @@
# Arista 7060CX-32S

# Disable Counting ACL Drop towards interface RX_DRP counter
sai_adjust_acl_drop_in_rx_drop=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,8 @@
# Arista 7060CX-32S

# Disable Counting ACL Drop towards interface RX_DRP counter
sai_adjust_acl_drop_in_rx_drop=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,8 @@
# Arista 7060CX-32S

# Disable Counting ACL Drop towards interface RX_DRP counter
sai_adjust_acl_drop_in_rx_drop=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,8 @@
# Arista 7060CX-32S

# Disable Counting ACL Drop towards interface RX_DRP counter
sai_adjust_acl_drop_in_rx_drop=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,3 +1,5 @@
# Disable Counting ACL Drop towards interface RX_DRP counter
sai_adjust_acl_drop_in_rx_drop=1
arl_clean_timeout_usec=15000000
asf_mem_profile.0=2
bcm_num_cos.0=8
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Disable Counting ACL Drop towards interface RX_DRP counter
sai_adjust_acl_drop_in_rx_drop=1
arl_clean_timeout_usec=15000000
asf_mem_profile.0=2
bcm_num_cos.0=8
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
{%- if 'dualtor' in switch_subtype.lower() %}
{%- set IPinIP_sock = 'sai_tunnel_support=1
host_as_route_disable=1
sai_adjust_acl_drop_in_rx_drop=1
l3_ecmp_levels=2' -%}
{%- endif %}
{%- endif %}
{%- endif %}
{# The following is the common soc properties that used to be named "th2-a7260cx3-64-64x100G-t1.config.bcm" #}

sai_adjust_acl_drop_in_rx_drop=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
Expand Up @@ -5,11 +5,11 @@
{%- if 'dualtor' in switch_subtype.lower() %}
{%- set IPinIP_sock = 'sai_tunnel_support=1
host_as_route_disable=1
sai_adjust_acl_drop_in_rx_drop=1
l3_ecmp_levels=2' -%}
{%- endif %}
{%- endif %}
{# The following is the common soc properties that used to be named "th2-a7260cx3-64-112x50G+8x100G.config.bcm" #}
sai_adjust_acl_drop_in_rx_drop=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
Expand Up @@ -13,12 +13,12 @@
{%- if 'dualtor' in switch_subtype.lower() %}
{%- set IPinIP_sock = 'sai_tunnel_support=1
host_as_route_disable=1
sai_adjust_acl_drop_in_rx_drop=1
l3_ecmp_levels=2' -%}
{%- endif %}
{%- endif %}
{%- endif %}
{# The following is the common soc properties that used to be named "th2-a7260cx3-64-64x40G.config.bcm" #}
sai_adjust_acl_drop_in_rx_drop=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,3 +1,6 @@
# Disable Counting ACL Drop towards interface RX_DRP counter
sai_adjust_acl_drop_in_rx_drop=1

portmap_1=1:100
portmap_2=5:100
portmap_3=9:100
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Disable Counting ACL Drop towards interface RX_DRP counter
sai_adjust_acl_drop_in_rx_drop=1

bcm56340_4x10=1
bcm56340_config=1
dport_map_direct=0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ l3_alpm_enable=2
ipv6_lpm_128b_enable=1
mmu_lossless=0

# Disable Counting ACL Drop towards interface RX_DRP counter
sai_adjust_acl_drop_in_rx_drop=1

###################################################################################
# Celestica Customize for SeaStone
###################################################################################
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Disable Counting ACL Drop towards interface RX_DRP counter
sai_adjust_acl_drop_in_rx_drop=1

os=unix
l2xmsg_mode=1
parity_enable=0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ ipv6_lpm_128b_enable=1
#Use MMU lossy configuration
mmu_lossless=0

# Disable Counting ACL Drop towards interface RX_DRP counter
sai_adjust_acl_drop_in_rx_drop=1

###################################################################################
# SeaStone customized configuration
###################################################################################
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ ipv6_lpm_128b_enable=1
l2_mem_entries=32768
l3_mem_entries=16384

# Disable Counting ACL Drop towards interface RX_DRP counter
sai_adjust_acl_drop_in_rx_drop=1

# From old config file
os=unix
higig2_hdr_mode=1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ ipv6_lpm_128b_enable=1
l2_mem_entries=32768
l3_mem_entries=16384

# Disable Counting ACL Drop towards interface RX_DRP counter
sai_adjust_acl_drop_in_rx_drop=1

# From old config file
os=unix
higig2_hdr_mode=1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ ipv6_lpm_128b_enable=1
l2_mem_entries=32768
l3_mem_entries=16384

# Disable Counting ACL Drop towards interface RX_DRP counter
sai_adjust_acl_drop_in_rx_drop=1

# From old config file
os=unix
higig2_hdr_mode=1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ ipv6_lpm_128b_enable=1
l2_mem_entries=32768
l3_mem_entries=16384

# Disable Counting ACL Drop towards interface RX_DRP counter
sai_adjust_acl_drop_in_rx_drop=1

# From old config file
os=unix
higig2_hdr_mode=1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#TH S6100 64x40
# Disable Counting ACL Drop towards interface RX_DRP counter
sai_adjust_acl_drop_in_rx_drop=1

l3_alpm_enable=2
pfc_deadlock_seq_control=1
bcm_stat_interval=2000000
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#TH S6100 64x40
# Disable Counting ACL Drop towards interface RX_DRP counter
sai_adjust_acl_drop_in_rx_drop=1

l3_alpm_enable=2
pfc_deadlock_seq_control=1
bcm_stat_interval=2000000
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ dpr_clock_frequency=1000
device_clock_frequency=1325
port_flex_enable=1

# Disable Counting ACL Drop towards interface RX_DRP counter
sai_adjust_acl_drop_in_rx_drop=1

#firmware load method, use fast load
load_firmware=0x2

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ dpr_clock_frequency=1000
device_clock_frequency=1325
port_flex_enable=1

# Disable Counting ACL Drop towards interface RX_DRP counter
sai_adjust_acl_drop_in_rx_drop=1

#firmware load method, use fast load
load_firmware=0x2

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ dpr_clock_frequency=1000
device_clock_frequency=1325
port_flex_enable=1

# Disable Counting ACL Drop towards interface RX_DRP counter
sai_adjust_acl_drop_in_rx_drop=1

#firmware load method, use fast load
load_firmware=0x2

Expand Down

0 comments on commit 280df2e

Please sign in to comment.