BRCM Disable ACL Drop counted towards interface RX_DRP counters (#8382)

* BRCM Disable ACL Drop counted towards interface RX_DRP counters
This commit is contained in:
gechiang 2021-08-10 19:03:22 -07:00 committed by GitHub
parent d6433d1adc
commit 8e903f4566
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
29 changed files with 79 additions and 3 deletions

View File

@ -24,6 +24,9 @@ ipv6_lpm_128b_enable=1
l2_mem_entries=32768 l2_mem_entries=32768
l3_mem_entries=16384 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 # From old config file
os=unix os=unix
higig2_hdr_mode=1 higig2_hdr_mode=1

View File

@ -24,6 +24,9 @@ ipv6_lpm_128b_enable=1
l2_mem_entries=32768 l2_mem_entries=32768
l3_mem_entries=16384 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 # From old config file
os=unix os=unix
higig2_hdr_mode=1 higig2_hdr_mode=1

View File

@ -4,6 +4,9 @@ ipv6_lpm_128b_enable=1
l2_mem_entries=32768 l2_mem_entries=32768
l3_mem_entries=16384 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 # From old config file
os=unix os=unix
higig2_hdr_mode=1 higig2_hdr_mode=1

View File

@ -18,6 +18,9 @@ ipv6_lpm_128b_enable=1
l2_mem_entries=32768 l2_mem_entries=32768
l3_mem_entries=16384 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 # From old config file
os=unix os=unix
higig2_hdr_mode=1 higig2_hdr_mode=1

View File

@ -1,5 +1,8 @@
# Arista 7060CX-32S # 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 phy_an_allow_pll_change=1
arl_clean_timeout_usec=15000000 arl_clean_timeout_usec=15000000
asf_mem_profile=2 asf_mem_profile=2

View File

@ -1,5 +1,8 @@
# Arista 7060CX-32S # 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 phy_an_allow_pll_change=1
arl_clean_timeout_usec=15000000 arl_clean_timeout_usec=15000000
asf_mem_profile=2 asf_mem_profile=2

View File

@ -1,5 +1,8 @@
# Arista 7060CX-32S # 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 phy_an_allow_pll_change=1
arl_clean_timeout_usec=15000000 arl_clean_timeout_usec=15000000
asf_mem_profile=2 asf_mem_profile=2

View File

@ -1,5 +1,8 @@
# Arista 7060CX-32S # 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 phy_an_allow_pll_change=1
arl_clean_timeout_usec=15000000 arl_clean_timeout_usec=15000000
asf_mem_profile=2 asf_mem_profile=2

View File

@ -1,5 +1,8 @@
# Arista 7060CX-32S # 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 phy_an_allow_pll_change=1
arl_clean_timeout_usec=15000000 arl_clean_timeout_usec=15000000
asf_mem_profile=2 asf_mem_profile=2

View File

@ -1,5 +1,8 @@
# Arista 7060CX-32S # 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 phy_an_allow_pll_change=1
arl_clean_timeout_usec=15000000 arl_clean_timeout_usec=15000000
asf_mem_profile=2 asf_mem_profile=2

View File

@ -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 arl_clean_timeout_usec=15000000
asf_mem_profile.0=2 asf_mem_profile.0=2
bcm_num_cos.0=8 bcm_num_cos.0=8

View File

@ -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 arl_clean_timeout_usec=15000000
asf_mem_profile.0=2 asf_mem_profile.0=2
bcm_num_cos.0=8 bcm_num_cos.0=8

View File

@ -13,13 +13,13 @@
{%- if 'dualtor' in switch_subtype.lower() %} {%- if 'dualtor' in switch_subtype.lower() %}
{%- set IPinIP_sock = 'sai_tunnel_support=1 {%- set IPinIP_sock = 'sai_tunnel_support=1
host_as_route_disable=1 host_as_route_disable=1
sai_adjust_acl_drop_in_rx_drop=1
l3_ecmp_levels=2' -%} l3_ecmp_levels=2' -%}
{%- endif %} {%- endif %}
{%- endif %} {%- endif %}
{%- endif %} {%- endif %}
{# The following is the common soc properties that used to be named "th2-a7260cx3-64-64x100G-t1.config.bcm" #} {# 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 PHY_AN_ALLOW_PLL_CHANGE=1
arl_clean_timeout_usec=15000000 arl_clean_timeout_usec=15000000
asf_mem_profile=2 asf_mem_profile=2

View File

@ -5,11 +5,11 @@
{%- if 'dualtor' in switch_subtype.lower() %} {%- if 'dualtor' in switch_subtype.lower() %}
{%- set IPinIP_sock = 'sai_tunnel_support=1 {%- set IPinIP_sock = 'sai_tunnel_support=1
host_as_route_disable=1 host_as_route_disable=1
sai_adjust_acl_drop_in_rx_drop=1
l3_ecmp_levels=2' -%} l3_ecmp_levels=2' -%}
{%- endif %} {%- endif %}
{%- endif %} {%- endif %}
{# The following is the common soc properties that used to be named "th2-a7260cx3-64-112x50G+8x100G.config.bcm" #} {# 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 PHY_AN_ALLOW_PLL_CHANGE=1
arl_clean_timeout_usec=15000000 arl_clean_timeout_usec=15000000
asf_mem_profile=2 asf_mem_profile=2

View File

@ -13,12 +13,12 @@
{%- if 'dualtor' in switch_subtype.lower() %} {%- if 'dualtor' in switch_subtype.lower() %}
{%- set IPinIP_sock = 'sai_tunnel_support=1 {%- set IPinIP_sock = 'sai_tunnel_support=1
host_as_route_disable=1 host_as_route_disable=1
sai_adjust_acl_drop_in_rx_drop=1
l3_ecmp_levels=2' -%} l3_ecmp_levels=2' -%}
{%- endif %} {%- endif %}
{%- endif %} {%- endif %}
{%- endif %} {%- endif %}
{# The following is the common soc properties that used to be named "th2-a7260cx3-64-64x40G.config.bcm" #} {# 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 PHY_AN_ALLOW_PLL_CHANGE=1
arl_clean_timeout_usec=15000000 arl_clean_timeout_usec=15000000
asf_mem_profile=2 asf_mem_profile=2

View File

@ -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_1=1:100
portmap_2=5:100 portmap_2=5:100
portmap_3=9:100 portmap_3=9:100

View File

@ -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_4x10=1
bcm56340_config=1 bcm56340_config=1
dport_map_direct=0 dport_map_direct=0

View File

@ -17,6 +17,9 @@ l3_alpm_enable=2
ipv6_lpm_128b_enable=1 ipv6_lpm_128b_enable=1
mmu_lossless=0 mmu_lossless=0
# Disable Counting ACL Drop towards interface RX_DRP counter
sai_adjust_acl_drop_in_rx_drop=1
################################################################################### ###################################################################################
# Celestica Customize for SeaStone # Celestica Customize for SeaStone
################################################################################### ###################################################################################

View File

@ -1,3 +1,6 @@
# Disable Counting ACL Drop towards interface RX_DRP counter
sai_adjust_acl_drop_in_rx_drop=1
os=unix os=unix
l2xmsg_mode=1 l2xmsg_mode=1
parity_enable=0 parity_enable=0

View File

@ -19,6 +19,9 @@ ipv6_lpm_128b_enable=1
#Use MMU lossy configuration #Use MMU lossy configuration
mmu_lossless=0 mmu_lossless=0
# Disable Counting ACL Drop towards interface RX_DRP counter
sai_adjust_acl_drop_in_rx_drop=1
################################################################################### ###################################################################################
# SeaStone customized configuration # SeaStone customized configuration
################################################################################### ###################################################################################

View File

@ -10,6 +10,9 @@ ipv6_lpm_128b_enable=1
l2_mem_entries=32768 l2_mem_entries=32768
l3_mem_entries=16384 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 # From old config file
os=unix os=unix
higig2_hdr_mode=1 higig2_hdr_mode=1

View File

@ -10,6 +10,9 @@ ipv6_lpm_128b_enable=1
l2_mem_entries=32768 l2_mem_entries=32768
l3_mem_entries=16384 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 # From old config file
os=unix os=unix
higig2_hdr_mode=1 higig2_hdr_mode=1

View File

@ -10,6 +10,9 @@ ipv6_lpm_128b_enable=1
l2_mem_entries=32768 l2_mem_entries=32768
l3_mem_entries=16384 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 # From old config file
os=unix os=unix
higig2_hdr_mode=1 higig2_hdr_mode=1

View File

@ -10,6 +10,9 @@ ipv6_lpm_128b_enable=1
l2_mem_entries=32768 l2_mem_entries=32768
l3_mem_entries=16384 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 # From old config file
os=unix os=unix
higig2_hdr_mode=1 higig2_hdr_mode=1

View File

@ -1,4 +1,7 @@
#TH S6100 64x40 #TH S6100 64x40
# Disable Counting ACL Drop towards interface RX_DRP counter
sai_adjust_acl_drop_in_rx_drop=1
l3_alpm_enable=2 l3_alpm_enable=2
pfc_deadlock_seq_control=1 pfc_deadlock_seq_control=1
bcm_stat_interval=2000000 bcm_stat_interval=2000000

View File

@ -1,4 +1,7 @@
#TH S6100 64x40 #TH S6100 64x40
# Disable Counting ACL Drop towards interface RX_DRP counter
sai_adjust_acl_drop_in_rx_drop=1
l3_alpm_enable=2 l3_alpm_enable=2
pfc_deadlock_seq_control=1 pfc_deadlock_seq_control=1
bcm_stat_interval=2000000 bcm_stat_interval=2000000

View File

@ -4,6 +4,9 @@ dpr_clock_frequency=1000
device_clock_frequency=1325 device_clock_frequency=1325
port_flex_enable=1 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 #firmware load method, use fast load
load_firmware=0x2 load_firmware=0x2

View File

@ -4,6 +4,9 @@ dpr_clock_frequency=1000
device_clock_frequency=1325 device_clock_frequency=1325
port_flex_enable=1 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 #firmware load method, use fast load
load_firmware=0x2 load_firmware=0x2

View File

@ -4,6 +4,9 @@ dpr_clock_frequency=1000
device_clock_frequency=1325 device_clock_frequency=1325
port_flex_enable=1 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 #firmware load method, use fast load
load_firmware=0x2 load_firmware=0x2