We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb8df17 commit 958fbedCopy full SHA for 958fbed
1 file changed
inc/saiqueue.h
@@ -465,6 +465,12 @@ typedef enum _sai_queue_stat_t
465
/** Packets trimmed and successfully transmitted on a trim queue. Counted on the original trimming-eligible queue [uint64_t] */
466
SAI_QUEUE_STAT_TX_TRIM_PACKETS = 0x0000002e,
467
468
+ /** Get packets deleted from a queue when PFC Deadlock Recovery is triggered with SAI_PACKET_ACTION_DROP [uint64_t] */
469
+ SAI_QUEUE_STAT_PFC_DLR_DELETED_PACKETS = 0x0000002f,
470
+
471
+ /** Get bytes deleted from a queue when PFC Deadlock Recovery is triggered with SAI_PACKET_ACTION_DROP [uint64_t] */
472
+ SAI_QUEUE_STAT_PFC_DLR_DELETED_BYTES = 0x00000030,
473
474
/** Custom range base value */
475
SAI_QUEUE_STAT_CUSTOM_RANGE_BASE = 0x10000000
476
0 commit comments