Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions inc/saiswitch.h
Original file line number Diff line number Diff line change
Expand Up @@ -3611,6 +3611,9 @@ typedef enum _sai_switch_stat_t
/** Switch stat range end */
SAI_SWITCH_STAT_END,

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

} sai_switch_stat_t;

/**
Expand Down
3 changes: 3 additions & 0 deletions inc/saitam.h
Original file line number Diff line number Diff line change
Expand Up @@ -1292,6 +1292,9 @@ typedef enum _sai_tam_report_mode_t
/** Report in a sampling mode, one report is sent for every n reports */
SAI_TAM_REPORT_MODE_SAMPLING,

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

} sai_tam_report_mode_t;

/**
Expand Down
3 changes: 3 additions & 0 deletions inc/saitypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -813,6 +813,9 @@ typedef enum _sai_acl_table_supported_match_type_t
/** Exact */
SAI_ACL_TABLE_SUPPORTED_MATCH_TYPE_EXACT,

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

} sai_acl_table_supported_match_type_t;

/**
Expand Down