From e5ffa4e03803d148b7bb30fb0f66ec04ef76d64d Mon Sep 17 00:00:00 2001 From: Danny Allen Date: Tue, 9 Jun 2020 09:05:30 -0700 Subject: [PATCH] Revert "[portsorch] Enable port-level buffer drop counters (#1237)" (#1308) This reverts commit ae1daf33baec7dd5bbd0a3ad60648c175fef037e. --- orchagent/portsorch.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/orchagent/portsorch.cpp b/orchagent/portsorch.cpp index bc45d794f6cc..4cd38bdb89fd 100755 --- a/orchagent/portsorch.cpp +++ b/orchagent/portsorch.cpp @@ -111,8 +111,6 @@ const vector portStatIds = SAI_PORT_STAT_ETHER_STATS_TX_NO_ERRORS, SAI_PORT_STAT_IP_IN_UCAST_PKTS, SAI_PORT_STAT_ETHER_IN_PKTS_128_TO_255_OCTETS, - SAI_PORT_STAT_IN_DROPPED_PKTS, - SAI_PORT_STAT_OUT_DROPPED_PKTS, }; static const vector queueStatIds =