Skip to content

Commit

Permalink
Add queue delay watermark
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Bos <[email protected]>
  • Loading branch information
j-bos committed Nov 3, 2023
1 parent 16e5050 commit a907e2a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions inc/saiqueue.h
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,9 @@ typedef enum _sai_queue_stat_t
/** Get packets deleted when the credit watch dog expires for VOQ System [uint64_t] */
SAI_QUEUE_STAT_CREDIT_WD_DELETED_PACKETS = 0x00000026,

/** Queue delay watermark in nanoseconds [uint64_t] */
SAI_QUEUE_STAT_DELAY_WATERMARK = 0x00000027,

/** Custom range base value */
SAI_QUEUE_STAT_CUSTOM_RANGE_BASE = 0x10000000

Expand Down

0 comments on commit a907e2a

Please sign in to comment.