Closed chitra-raghavan closed 3 years ago
@chitra-raghavan Can you you try removing the SOC property "sai_adjust_acl_drop_in_rx_drop=1" from the corresponding z9332f config.bcm file such as: device/dell/x86_64-dellemc_z9332f_d1508-r0/DellEMC-Z9332f-M-O16C64/th3-z9332f-16x400G-64x100G.config.bcm device/dell/x86_64-dellemc_z9332f_d1508-r0/DellEMC-Z9332f-O32/th3-z9332f-32x400G.config.bcm To narrow down if the behavior you observed is due to this SOC property enabled which will stop counting any ACL related drops from the show interface counters "RXDRP" count... Thanks!
@gechiang , After commenting the SOC property "sai_adjust_acl_drop_in_rx_drop=1" from the corresponding z9332f config.bcm file , the ingress drops are shown in show interface counters .
root@sonic-10431:~# show interfaces counters | grep U
IFACE STATE RX_OK RX_BPS RX_UTIL RX_ERR RX_DRP RX_OVR TX_OK TX_BPS TX_UTIL TX_ERR TX_DRP TX_OVR
Ethernet0 U 1,550,317 215.01 KB/s 0.00% 0 1,247,969 0 302,413 1.15 B/s 0.00% 0 1,247,912 0
Ethernet2 U 1,550,312 191.10 KB/s 0.00% 0 0 0 302,351 9.92 B/s 0.00% 0 0 0
Ethernet4 U 0 0.00 B/s 0.00% 0 0 0 8 17.96 B/s 0.00% 0 0 0
Ethernet6 U 0 0.00 B/s 0.00% 0 0 0 8 17.96 B/s 0.00% 0 0 0
Ethernet96 U 218 118.79 B/s 0.00% 0 0 0 168 117.40 B/s 0.00% 0 0 0
root@sonic-10431:~#
root@sonic-10431:~# show pfcwd stats
QUEUE STATUS STORM DETECTED/RESTORED TX OK/DROP RX OK/DROP TX LAST OK/DROP RX LAST OK/DROP
----------- ----------- ------------------------- ------------ ------------ ----------------- -----------------
Ethernet0:4 operational 1/1 0/1247912 8637/1247695 0/1247912 8637/1247695
root@sonic-10431:~#
As per debug call today morning, here are the findings -
Since functionality is working fine, will close this PR.
Description
Test Setup
PFCWD is enabled on ports Ethernet0 and Ethernet2 Bi directional traffic is sent from ports Ethernet0 and Ethernet2 with Priority P3. PFC P3 pause is sent from IXIA connected to Ethernet0 .
Describe the results you received:
When PFC pause is received on Ethernet0, the port is stormed. Packets are dropped at RX in port Ethernt0 and at Tx in Ethernet2. Broadcom RDGB counters shows the drops , But the RX Drop counters are not shown in "show interface counters" as well as " show pfcwd stats"
Describe the results you expected:
RX Drops should be should be incremented in Show interface counters and pfcwd counters
Output of
show version
:Steps to reproduce the issue:
Output of
show techsupport
:Additional information you deem important (e.g. issue happens only occasionally):