@@ -20,13 +20,7 @@ module openconfig-platform-integrated-circuit {
2020 These components are generically forwarding NPUs or ASICs within
2121 the system for which configuration or state is applicable." ;
2222
23- oc-ext:openconfig-version "0.4.0" ;
24-
25- revision "2026-04-30" {
26- description
27- "Add counters for packet trimming." ;
28- reference "0.4.0" ;
29- }
23+ oc-ext:openconfig-version "0.3.1" ;
3024
3125 revision "2022-04-20" {
3226 description
@@ -178,43 +172,6 @@ module openconfig-platform-integrated-circuit {
178172 }
179173 }
180174
181- grouping trim-pkts-counters-top {
182- description
183- "Structural grouping for packet trimming counters." ;
184-
185- leaf out-trim-pkts {
186- type oc-yang:counter64;
187- description
188- "The number of packets that were trimmed and successfully
189- transmitted." ;
190- }
191-
192- uses trim-pkts-common-counters-top;
193- }
194-
195- grouping trim-pkts-common-counters-top {
196- description
197- "Structural grouping for packet trimming counters.
198- Counters collected at port level, queue level and
199- switch level." ;
200-
201- leaf trim-pkts {
202- type oc-yang:counter64;
203- description
204- "The total number of packets that were trimmed.
205- This counter includes both packets that were
206- transmitted after trimming and those that were
207- subsequently dropped." ;
208- }
209-
210- leaf dropped-trim-pkts {
211- type oc-yang:counter64;
212- description
213- "The number of packets that were trimmed but dropped due to a
214- failed shared buffer admission on the trim queue." ;
215- }
216- }
217-
218175 augment "/oc-platform:components/oc-platform:component/oc-platform:integrated-circuit" {
219176 description
220177 "Augment integrated circuit components with backplane-facing capacity and memory errors." ;
0 commit comments